mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 10:39:09 +00:00
[ui-server]: add dev-server hotreloader
This commit is contained in:
parent
be0a34cc5b
commit
f99c0e92e5
3 changed files with 60 additions and 19 deletions
|
@ -9,14 +9,16 @@
|
|||
"start": "node lib/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"koa": "^2.7.0",
|
||||
"koa-better-router": "^2.1.1",
|
||||
"kompression": "richard-riverford/kompression#0d4480c",
|
||||
"@roleypoly/ui": "2.0.0",
|
||||
"chalk": "^2.4.2",
|
||||
"dotenv": "^8.0.0"
|
||||
"dotenv": "^8.0.0",
|
||||
"koa": "^2.7.0",
|
||||
"koa-better-router": "^2.1.1",
|
||||
"kompression": "richard-riverford/kompression#0d4480c"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"chokidar": "^3.0.1",
|
||||
"lint-staged": "^8.1.7",
|
||||
"tslint": "^5.17.0",
|
||||
"typescript": "^3.5.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue