Open
Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
976146d to
08b9adb
Compare
gudnuf
commented
Aug 21, 2025
|
|
||
| # https://devenv.sh/pre-commit-hooks/ | ||
| pre-commit.hooks.generate-db-types = { | ||
| git-hooks.hooks.generate-db-types = { |
Contributor
Author
There was a problem hiding this comment.
there has been a warning for a while that pre-commit was renamed to git-hooks
08b9adb to
d37adfe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows you to start CDK and keycloak with
devenv processes up -dorcdk-mintd.I decided to just make keycloak and CDK a single process because it made things easier, but if you have a strong objection we can make them separate. The main reason I kept them together was so that we can conditionally start keycloak only if the mint has auth enabled, but maybe this is unnecessary and we should just assume auth is always enabled. The main downside is the logs are grouped together, but you rarely find anything useful in the keycloak logs and should prefer the
cdk-logsscript I made for reading CDK's log output.The cdk-mint script will automatically checkout the specified git repo and ref, then build and run that. So as we build mint features we just need to change the ref and restart the mint.