工欲善其事必先利其器

This commit is contained in:
2024-06-17 21:16:49 +08:00
parent 89baf6b8e4
commit 619530eb18
7 changed files with 79 additions and 129 deletions

View File

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