-
Notifications
You must be signed in to change notification settings - Fork 0
SOV-5164 #2
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
SOV-5164 #2
Conversation
✅ Deploy Preview for sovryn-layer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 sets up a new shared library package and indexer backend service as part of SOV-5164. The purpose is to establish the infrastructure for a monorepo with shared code between a web application and indexer service.
- Adds
slayer-sharedpackage for code that can run in both browser and Node.js environments - Creates a complete indexer backend service with Fastify, database integration, and worker queues
- Updates build configuration and workspace setup to support the new monorepo structure
Reviewed Changes
Copilot reviewed 68 out of 73 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| vitest.config.ts | Root Vitest configuration for workspace testing |
| packages/slayer-shared/* | New shared library package with TypeScript setup and basic functionality |
| apps/indexer/* | Complete backend service with API routes, database schema, worker system, and Docker setup |
| apps/web-app/* | Updates to integrate with shared package and improved build configuration |
| package.json | Updated scripts and dependencies for monorepo structure |
| nx.json | Added esbuild target configuration |
| .github/workflows/* | CI/CD pipelines for testing and building the indexer |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 67 out of 73 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
Copilot reviewed 68 out of 74 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
https://sovryn.atlassian.net/browse/SOV-5164