Skip to content

Commit

Permalink
fix: start => serve
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jan 24, 2025
1 parent bace852 commit cb9f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "API_ENV=test tsx bin/test.ts",
"build": "tsx ace build --ignore-ts-errors",
"build:sentry": "pnpm build && pnpm run sentry:sourcemaps",
"start": "tsx --env-file=.env ./build/bin/server.js",
"serve": "tsx --env-file=.env ./build/bin/server.js",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org boklisten --project backend ./build && sentry-cli sourcemaps upload --org boklisten --project backend ./build"
},
"dependencies": {
Expand Down

0 comments on commit cb9f898

Please sign in to comment.