feat(dev): add hot-realoding proxy dev server on :30001

This commit is contained in:
Konstantin Chernyshev 2025-09-02 19:13:31 +02:00
parent 1b9defe4ad
commit ddb4c29252
7 changed files with 315 additions and 40 deletions

View file

@ -28,7 +28,11 @@
"lint-staged": "^15.2.10",
"postcss": "^8.4.32",
"prettier": "^3.5.3",
"rollup-plugin-postcss": "^4.0.2"
"rollup-plugin-postcss": "^4.0.2",
"chokidar": "^4.0.3",
"fs-extra": "^11.2.0",
"http-proxy": "^1.18.1",
"mime-types": "^2.1.35"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"