Skip to content

Commit 924690d

Browse files
author
Luca Forstner
committed
change hook import
1 parent 116e21d commit 924690d

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/e2e-tests/test-applications/esm-loader-node-express-app

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/esm-loader-node-express-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "node-express-app",
33
"version": "1.0.0",
44
"private": true,
5+
"type": "module",
56
"scripts": {
6-
"start": "node --import=@sentry/node/import-hook src/app.mjs",
7+
"start": "node --import=@sentry/node/import src/app.mjs",
78
"clean": "npx rimraf node_modules,pnpm-lock.yaml",
89
"test:build": "pnpm install",
910
"test:assert": "playwright test"

0 commit comments

Comments
 (0)