Skip to content

Commit

Permalink
package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi4code committed Sep 7, 2024
1 parent 0561f1d commit 43effdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc -b",
"dev": "nodemon dist/index.js",
"build": "npx tsc",
"dev": "nodemon src/index.ts",
"start": "node dist/index.js",
"db:generate": "npx prisma generate"
},
"keywords": [],
Expand Down

0 comments on commit 43effdb

Please sign in to comment.