chore(config): Change start script
This commit is contained in:
parent
4a635b463d
commit
0f891a477f
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "fcc-learn-node-with-express",
|
"name": "fcc-boilerplate-express",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.15.2",
|
"body-parser": "^1.20.3",
|
||||||
"cookie-parser": "^1.4.3",
|
"cookie-parser": "^1.4.7",
|
||||||
"dotenv": "^16.0.1",
|
"dotenv": "^16.4.7",
|
||||||
"express": "^4.14.0",
|
"express": "^4.21.2",
|
||||||
"fcc-express-bground": "https://github.com/freeCodeCamp/fcc-express-bground-pkg.git"
|
"fcc-express-bground": "https://github.com/freeCodeCamp/fcc-express-bground-pkg.git"
|
||||||
},
|
},
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js"
|
"start": "node --watch server.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue