mirror of
https://github.com/NinjaSurge/Project-Manager.git
synced 2026-03-09 03:12:42 -05:00
Merge pull request #5 from NinjaSurge/CRUDV
Test Commit and change server runner
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "This is the Backend for the Project Manager",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"server": "nodemon server.js --config ./configs/nodemon.json",
|
||||
"server": "nodemon server.js",
|
||||
"frontend": "cd ../project-manager && npm start dev",
|
||||
"dev": "concurrently \"npm:server\" \"npm:frontend\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user