chore: remove unused trigger.dev stuff

This commit is contained in:
Ephraim Atta-Duncan
2025-05-08 13:28:58 +00:00
parent cc400495d4
commit 1181167bf9
2 changed files with 0 additions and 42 deletions
-5
View File
@@ -28,7 +28,6 @@
"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\"",
"inngest:dev": "inngest dev -u http://localhost:3000/api/jobs",
"make:version": "npm version --workspace @documenso/remix --include-workspace-root --no-git-tag-version -m \"v%s\"",
"translate": "npm run translate:extract && npm run translate:compile",
@@ -44,7 +43,6 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@lingui/cli": "^5.2.0",
"@trigger.dev/cli": "^2.3.18",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"eslint": "^8.40.0",
@@ -76,8 +74,5 @@
},
"overrides": {
"zod": "3.24.1"
},
"trigger.dev": {
"endpointId": "documenso-app"
}
}