fix: set fixed dev server ports
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build",
|
||||
"frontend:dev:watcher": "npm run dev",
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"frontend:dev:serverUrl": "http://localhost:5173",
|
||||
"devServer": {
|
||||
"host": "localhost",
|
||||
"port": 34115
|
||||
},
|
||||
"author": {
|
||||
"name": "Movida.Biz",
|
||||
"email": "admin@movida.biz"
|
||||
|
||||
Reference in New Issue
Block a user