Skip to content

Commit

Permalink
feat: add ace command
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jan 22, 2025
1 parent 6dc1269 commit f003985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build:sentry": "pnpm build && pnpm run sentry:sourcemaps",
"serve": "node --env-file=.env ./dist/index.js",
"start": "tsx --env-file=.env src/bin/server.ts",
"ace": "tsx --env-file=.env src/ace.js",
"test": "API_ENV=test tsx src/bin/test.ts",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org boklisten --project backend ./dist && sentry-cli sourcemaps upload --org boklisten --project backend ./dist"
},
Expand Down
1 change: 1 addition & 0 deletions backend/src/ace.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
await import("./bin/console.ts");

0 comments on commit f003985

Please sign in to comment.