chore: make dev server all use different ports

This commit is contained in:
Kim, Jimin 2023-06-29 14:19:50 +09:00
parent 582e4ec5f9
commit 9a46123925
2 changed files with 6 additions and 0 deletions

View file

@ -10,4 +10,7 @@ export default defineConfig({
build: {
outDir: "dist",
},
server: {
port: 5174,
},
})