feat: change name and add demo notice

This commit is contained in:
2025-07-12 01:46:23 +02:00
parent dc8921c679
commit cfa1674421
5 changed files with 15 additions and 15 deletions

View File

@ -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,
},
},
},
});