This commit is contained in:
louiscklaw
2025-05-30 01:14:10 +08:00
parent 98bc3fe3ce
commit 834f58bde1
52 changed files with 624 additions and 604 deletions

View File

@@ -33,4 +33,7 @@ export default defineConfig({
},
server: { port: PORT, host: true },
preview: { port: PORT, host: true },
build: {
sourcemap: true,
},
});