Open songwongtp opened 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
celatone-frontend-staging | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 27, 2024 3:20pm |
initia-celatone-frontend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 27, 2024 3:20pm |
The changes in this pull request include modifications to several files to integrate Turbo, a build optimization tool. The .gitignore
file now excludes the .turbo
directory, while package.json
adds Turbo as a development dependency. The src/env.ts
file enhances error handling for environment variables related to supported chain IDs, and a new configuration file, turbo.json
, is introduced to define build and development tasks.
File | Change Summary |
---|---|
.gitignore | Added entry: .turbo to ignore the .turbo directory. |
package.json | Added new dependency: "turbo": "^2.2.3" in devDependencies . |
src/env.ts | Enhanced error handling for SUPPORTED_CHAIN_IDS ; redundant declaration of FALLBACK_CHAIN . |
turbo.json | New configuration file with tasks build and dev . |
In the burrow where code does play,
A new tool hops in to save the day.
With Turbo's speed, our builds will fly,
Ignoring the clutter, oh my, oh my!
Environment checks now shine so bright,
Hooray for changes, all feels just right! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
turbo.json
with defined tasks for building and development.Bug Fixes
Chores
.gitignore
to exclude the.turbo
directory."turbo": "^2.2.3"
todevDependencies
inpackage.json
.