This commit is contained in:
2022-12-28 17:40:30 +08:00
parent e49e21f841
commit 6d9fb30bbd
9 changed files with 279 additions and 124 deletions

View File

@@ -11,4 +11,7 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
server: {
port: 8888,
},
})