fix: set fixed dev server ports

This commit is contained in:
Mikhail Kiselev
2026-02-10 03:08:46 +03:00
parent bcd9243198
commit 4e0cfde357
2 changed files with 9 additions and 1 deletions

View File

@@ -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"