feat: Add nodemon for automatic restarting of server in development #80

Merged
kasperrt merged 5 commits from feat/nodemon-for-dev into master 2021-04-29 15:50:32 +00:00
kasperrt commented 2021-03-25 19:24:14 +00:00 (Migrated from github.com)

Add nodemon for automatic restarting dev-server if backend-changes

Add nodemon for automatic restarting dev-server if backend-changes
KevinMidboe (Migrated from github.com) approved these changes 2021-04-29 15:41:09 +00:00
KevinMidboe (Migrated from github.com) commented 2021-04-29 15:40:41 +00:00

Missing trailing comma

    "test": "echo \"Error: no test specified\" && exit 1",
Missing trailing comma ```suggestion "test": "echo \"Error: no test specified\" && exit 1", ```
Sign in to join this conversation.