Skip to content

Commit

Permalink
fix: dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Nov 27, 2023
1 parent 08b7689 commit 0fd8da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/server.js",
"scripts": {
"populate": "node --env-file=.env --import=tsx cli/populate",
"dev": "tsx watch --env-file=.env.staging src/server.ts",
"dev": "tsx watch --env-file=.env src/server.ts",
"build": "rimraf dist && node --import=tsx esbuild.ts",
"build:type-check": "tsc",
"start": "node --env-file=.env.production dist/server.js",
Expand Down

0 comments on commit 0fd8da0

Please sign in to comment.