fix: remove invalid devServer config

This commit is contained in:
Mikhail Kiselev
2026-02-10 03:10:46 +03:00
parent 4e0cfde357
commit e8bc8e11a5

View File

@@ -6,10 +6,6 @@
"frontend:build": "npm run build", "frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev", "frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173", "frontend:dev:serverUrl": "http://localhost:5173",
"devServer": {
"host": "localhost",
"port": 34115
},
"author": { "author": {
"name": "Movida.Biz", "name": "Movida.Biz",
"email": "admin@movida.biz" "email": "admin@movida.biz"