mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 09:58:31 +02:00
feat(dev): enhance hot reload development setup
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup -c"
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^23.0.2",
|
||||
|
Reference in New Issue
Block a user