-
-
Notifications
You must be signed in to change notification settings - Fork 711
Build fails with TypedSQL enabled due to directory layout #1325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Reported and deleted a potential malware link. Sorry, had to delete your reply as well as it quoted the link and would have still been accessible via edit history. @ericallam is probably best suited to look into your issue. Thanks for reporting it 🙏 |
Thanks for the report, I'll look into this 👍 |
ericallam
added a commit
that referenced
this issue
Sep 19, 2024
samejr
added a commit
that referenced
this issue
Sep 19, 2024
commit 64862db Author: Niels <info@flydev.nl> Date: Thu Sep 19 16:25:17 2024 +0200 Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well (#1307) * Update dotEnv.ts * Create four-buttons-run.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit c65d482 Author: Thibaut Cuchet <thibautcuchet@gmail.com> Date: Thu Sep 19 16:22:57 2024 +0200 Feat: Extension puppeteer (#1323) * feat: add puppeteer extension * chore: update package and config * feat: add puppeteer task * Create little-donkeys-protect.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit b4be736 Author: Eric Allam <eallam@icloud.com> Date: Thu Sep 19 15:21:03 2024 +0100 prismaExtension fixes for #1325 and #1327
Merged
samejr
added a commit
that referenced
this issue
Sep 19, 2024
* Added pdf-to-image example * Copy tweak * Squashed commit of the following: commit 64862db Author: Niels <info@flydev.nl> Date: Thu Sep 19 16:25:17 2024 +0200 Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well (#1307) * Update dotEnv.ts * Create four-buttons-run.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit c65d482 Author: Thibaut Cuchet <thibautcuchet@gmail.com> Date: Thu Sep 19 16:22:57 2024 +0200 Feat: Extension puppeteer (#1323) * feat: add puppeteer extension * chore: update package and config * feat: add puppeteer task * Create little-donkeys-protect.md --------- Co-authored-by: Eric Allam <eallam@icloud.com> commit b4be736 Author: Eric Allam <eallam@icloud.com> Date: Thu Sep 19 15:21:03 2024 +0100 prismaExtension fixes for #1325 and #1327 * Copy tweak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trigger.dev/packages/build/src/extensions/prisma.ts
Line 131 in b3a6f4e
The code in the CLI expects the directory layout to be:
While in reality the directory layout is:
This results in builds failing:
As a workaround I've added
/sql
to my gitignore and before running the deploy i just copy over the sql folder from the prisma directory.The text was updated successfully, but these errors were encountered: