chore(config): Change start script

This commit is contained in:
buzzcode2007 2025-03-06 10:11:45 +00:00
parent 4a635b463d
commit 0f891a477f

View file

@ -1,15 +1,15 @@
{
"name": "fcc-learn-node-with-express",
"name": "fcc-boilerplate-express",
"version": "0.1.0",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"dotenv": "^16.0.1",
"express": "^4.14.0",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fcc-express-bground": "https://github.com/freeCodeCamp/fcc-express-bground-pkg.git"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
"start": "node --watch server.js"
}
}
}