@getstrata/starter 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Copy `.env.example` to `.env`. The scaffold is an API app without a `tenant` tab
|
|
|
29
29
|
| `METRICS_TOKEN` | unset | Required in production to expose `GET /metrics` |
|
|
30
30
|
| `FEATURE_PUBLIC_READS` | unset | Set `false` in production |
|
|
31
31
|
|
|
32
|
-
`
|
|
32
|
+
`createAppContext()` does not call `assertProductionSecrets()`. That helper is WorkHub-oriented (API tokens, Stripe, SCIM). Starter apps do not call it; add it if you enable those features.
|
|
33
33
|
|
|
34
34
|
## Publish
|
|
35
35
|
|