Skip to content

Commit

Permalink
Add nodemon config
Browse files Browse the repository at this point in the history
This makes the "npm start" and "npm run dev" commands work again and
restart the dev environment when the Webpack configuration changes.
Copied from the current repository
  • Loading branch information
gbirke committed Feb 3, 2023
1 parent 5418773 commit 3be39e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"watch": [
"webpack.config.js",
"webpack.production.js",
"campaign_info.toml"
],
"exec": "webpack serve --host 0.0.0.0"
}

0 comments on commit 3be39e8

Please sign in to comment.