Skip to content

Commit

Permalink
fix: restore start command (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Nov 30, 2024
1 parent 5d261a9 commit 4565018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/ecran/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": "next build",
"build:workflow": "tsx ./src/temporal/scripts/build-bundle.ts",
"start": "next start",
"start:worker": "node src/temporal/worker.cjs",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
Expand Down

0 comments on commit 4565018

Please sign in to comment.