-
Notifications
You must be signed in to change notification settings - Fork 17
feat(cli): config system #381
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
base: main
Are you sure you want to change the base?
Conversation
non-availability early
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.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on December 1
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| // space: 1111, # will override space for migrations commands | ||
| }, | ||
| }, | ||
| }; |
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.
Bug: Test config file accidentally committed
A test configuration file storyblok.config.ts with the comment "THIS FILE IS FOR TESTING ONLY" was committed to the repository. This file contains test values like space: 288585436127774 and localFlag: 'config' that shouldn't be in production code. Test configuration files belong in test directories or should be gitignored to avoid confusion and potential misuse in production environments.
Follow up of #347 as per @alvarosabu suggestion.
Remaining work:
mainNote
Cursor Bugbot is generating a summary for commit f9f9cd0. Configure here.