-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Prisma Docs AI] Add Windows Support #25029
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
[Prisma Docs AI] Add Windows Support #25029
Conversation
…ependencies refactor: enhance prisma-docs-search component with improved types and state management fix: adjust tsconfig for Node16 module resolution and update lib target chore: add .prettierrc for consistent code formatting
|
Thank you for your contribution! 🎉 🔔 @petradonka you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="prisma-ai-docs-add-windows-support"
FORK_URL="https://github.com/yusifaliyevpro/raycast-extensions.git"
EXTENSION_NAME="prisma-docs-search"
REPO_NAME="raycast-extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
|
@pernielsentikaer Ready for review |
Greptile OverviewGreptile SummaryThis PR adds Windows platform support to the Prisma Docs Search extension. The main changes include:
Issues Found:
Confidence Score: 4/5
Important Files Changed
|
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.
3 files reviewed, 1 comment
…iltering in prisma-docs-search
0xdhrv
left a comment
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.
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Updated
package.jsonfor module type and contributors, upgraded dependencies, and adjusted TypeScript configuration for Node16 module resolution. Enhanced the Prisma Docs Search component with improved types and state management.Screencast
Checklist
npm run buildand tested this distribution build in Raycast hereassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool