-
Notifications
You must be signed in to change notification settings - Fork 0
Update environment configuration and Prisma schema #237
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
Conversation
Co-Authored-By: Warp <agent@warp.dev>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
adblock-compiler | 0074109 | Feb 02 2026, 02:23 AM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Prisma schema generator configuration (presumably to better support Deno) and extends the local environment configuration with an additional API key.
Changes:
- Adjusted
prisma/schema.prismato use a different Prisma client provider, custom output directory, and adenoruntime setting. - Added
OPTIMIZE_API_KEYto.envrcalongside existing local development environment variables.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| prisma/schema.prisma | Updates the Prisma client generator configuration to change the provider, set a local output directory, and enable a Deno runtime, aligning the schema with a Deno-oriented setup. |
| .envrc | Adds a new OPTIMIZE_API_KEY environment variable to the local development configuration to support integration with an external optimization service. |
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@jaypatrick I've opened a new pull request, #238, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Fix security vulnerability and outdated documentation in environment config
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@jaypatrick I've opened a new pull request, #239, to work on those changes. Once the pull request is ready, I'll request review from you. |
- Update prisma.config.ts to use Prisma 7's defineConfig format - Remove deprecated url field from schema.prisma (now in config) - Fix dev task missing space between --env=.envrc and --watch - Add Prisma npm packages to allowScripts for Deno compatibility Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Address security and documentation issues from PR #237 review
|
@copilot resolve merge issues |
|
@jaypatrick I've opened a new pull request, #240, to work on those changes. Once the pull request is ready, I'll request review from you. |
Clarify merge history and verify PR review fixes
|
@copilot Resolve conflicts and merge |
|
@jaypatrick I've opened a new pull request, #241, to work on those changes. Once the pull request is ready, I'll request review from you. |
[WIP] Update environment configuration and Prisma schema
|
@copilot Resolve conflicts in .envrc |
|
@jaypatrick I've opened a new pull request, #242, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: jaypatrick <1800595+jaypatrick@users.noreply.github.com>
Resolve .envrc merge conflict with master branch
|
@copilot CI / Format Check (pull_request) fix the format check |
|
@jaypatrick I've opened a new pull request, #243, to work on those changes. Once the pull request is ready, I'll request review from you. |
[WIP] Update environment configuration and Prisma schema
This PR updates the environment configuration and Prisma schema.
Co-Authored-By: Warp agent@warp.dev