Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed May 8, 2024
1 parent 9707e3d commit 800f4d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"start": "node --import=@sentry/node/import src/app.mjs",
"start": "node --import ./src/instrument.mjs src/app.mjs",
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
"test:build": "pnpm install",
"test:assert": "playwright test"
Expand Down

0 comments on commit 800f4d7

Please sign in to comment.