Refactor Keystatic configuration and update turbo.json
The keystatic.config.ts has been again refactor with new field validations and a new dedicated function to get collections. The "turbo.json" file is also updated with a new "ui" field. The refactor aims to streamline the collection generation, and the "ui" field in "turbo.json" enhances its configuration capabilities.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"globalDependencies": [
|
||||
"**/.env"
|
||||
],
|
||||
"ui": "stream",
|
||||
"globalEnv": [
|
||||
"STRIPE_SECRET_KEY",
|
||||
"STRIPE_WEBHOOK_SECRET",
|
||||
|
||||
Reference in New Issue
Block a user