Skip to content

Commit

Permalink
Merge pull request #20 from richard483/slave
Browse files Browse the repository at this point in the history
fixed start command for deployment purposes
  • Loading branch information
richard483 authored Nov 15, 2023
2 parents 9fcdfe4 + c15a30f commit c38d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"init:db": "docker compose up -d && npx prisma generate && npx prisma migrate dev && npx prisma db seed",
"start": "node dist/src/main",
"start": "node src/main",
"dev": "nest build --webpack --webpackPath webpack-hmr.config.js --watch",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
Expand Down

0 comments on commit c38d952

Please sign in to comment.