chore: add inngest:dev command

This commit is contained in:
Mythie
2024-06-21 14:22:22 +10:00
parent 1ad64b43db
commit 2c3c067eb4

View File

@ -25,7 +25,8 @@
"with:env": "dotenv -e .env -e .env.local --",
"reset:hard": "npm run clean && npm i && npm run prisma:generate",
"precommit": "npm install && git add package.json package-lock.json",
"trigger:dev": "npm run with:env -- npx trigger-cli dev --handler-path=\"/api/jobs\""
"trigger:dev": "npm run with:env -- npx trigger-cli dev --handler-path=\"/api/jobs\"",
"inngest:dev": "inngest dev -u http://localhost:3000/api/jobs"
},
"packageManager": "npm@10.7.0",
"engines": {