Added the start & development script in the package.json
This commit is contained in:
parent
20aa9fae2c
commit
322b95e2c4
@ -6,6 +6,10 @@
|
|||||||
"repository": "https://github.com/SheepstarStudio/Backend.git",
|
"repository": "https://github.com/SheepstarStudio/Backend.git",
|
||||||
"author": "SheepstarStudio",
|
"author": "SheepstarStudio",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"scripts": {
|
||||||
|
"start": "node app.ts",
|
||||||
|
"dev": "nodemon app.ts"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^16.0.2",
|
"dotenv": "^16.0.2",
|
||||||
"mongoose": "^6.5.4",
|
"mongoose": "^6.5.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user