feat: change name and add demo notice
This commit is contained in:
@ -27,8 +27,8 @@ export default defineConfig({
|
||||
],
|
||||
registerType: "autoUpdate",
|
||||
manifest: {
|
||||
name: "Timetable V2",
|
||||
short_name: "Timetable",
|
||||
name: "Timetable V2 Demo",
|
||||
short_name: "Timetable Demo",
|
||||
description: "Timetable and Substitution plan viewer",
|
||||
theme_color: "#212121",
|
||||
background_color: "#353535",
|
||||
@ -61,15 +61,5 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
port: 3001,
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://localhost:3000",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"/auth": {
|
||||
target: "http://localhost:3000",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user