Skip to content

Commit

Permalink
clean start command
Browse files Browse the repository at this point in the history
  • Loading branch information
rslucena committed May 14, 2024
1 parent b5a6c0e commit c9a0edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "npm run pb:eslint && npm run pb:prettier && tsup src",
"workers": "tsx watch --env-file=.env -- src/workers.ts",
"dev": "tsx watch --env-file=.env -- src/commands/exec-process.ts",
"start": "node --env-file=.env -r tsconfig-paths/register dist/workers.js"
"start": "node --env-file=.env dist/workers.js"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
Expand Down Expand Up @@ -55,4 +55,4 @@
"redis": "^4.6.13",
"zod": "^3.23.5"
}
}
}

0 comments on commit c9a0edf

Please sign in to comment.