chore: make dev server all use different ports
This commit is contained in:
parent
582e4ec5f9
commit
9a46123925
2 changed files with 6 additions and 0 deletions
|
@ -10,4 +10,7 @@ export default defineConfig({
|
|||
build: {
|
||||
outDir: "dist",
|
||||
},
|
||||
server: {
|
||||
port: 5174,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue