chore: 将默认端口改为 3006
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => {
|
||||
return {
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
port: 3000,
|
||||
port: 3006,
|
||||
open: true
|
||||
},
|
||||
define: {
|
||||
|
||||
Reference in New Issue
Block a user