Skip to content

Commit

Permalink
add the seed script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant-Coder-01 committed Aug 16, 2024
1 parent dce631a commit 9dbf7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon -r dotenv/config --experimental-json-modules src/index.js"
"dev": "nodemon src/index.js",
"seed": "node -r dotenv/config --experimental-json-modules src/seed/seeder.js"
},
"author": "Sushant",
"license": "ISC",
Expand Down

0 comments on commit 9dbf7d0

Please sign in to comment.