Skip to content

Commit

Permalink
node v20.11에서 수정된 import hook 실행 순서 버그를 반영함
Browse files Browse the repository at this point in the history
  • Loading branch information
devunt committed Jan 26, 2024
1 parent 71e157e commit 9186cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/penxle.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:typecheck": "tsc",
"migrate": "doppler run -- prisma migrate dev",
"migrate:new": "doppler run -- prisma migrate dev --create-only",
"run:script": "doppler run -- tsx --import ./scripts/loader/register.js",
"run:script": "doppler run -- node --import ./scripts/loader/register.js --import tsx",
"test": "playwright test"
},
"dependencies": {
Expand Down

0 comments on commit 9186cb8

Please sign in to comment.