Skip to content

Commit

Permalink
fix: unable to deploy api (#1277)
Browse files Browse the repository at this point in the history
start api via ts-node
  • Loading branch information
phollome committed Feb 15, 2024
1 parent 722afc6 commit ac4f05b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"make": "make",
"update:seed": "npx tsx scripts/update-seed.ts",
"typecheck": "npx tsc",
"typecheck:api": "npx tsc -p ./common/api"
"typecheck:api": "npx tsc -p ./common/api",
"start:api": "ts-node ./common/api/src/server.ts"
},
"dependencies": {
"@conform-to/react": "^0.9.1",
Expand Down

0 comments on commit ac4f05b

Please sign in to comment.