Skip to content

Commit

Permalink
ci: this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wye committed Jul 9, 2024
1 parent ce99b08 commit b2f5c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"scripts": {
"dev": "dotenv tsx watch src/server.ts",
"start": "node --env-file=.env dist/server.js",
"start": "dotenv node dist/server.js",
"build": "tsup",
"test": "dotenv -e .env.test vitest",
"db:generate": "drizzle-kit generate",
Expand Down

0 comments on commit b2f5c3d

Please sign in to comment.