@nextblock-cms/db 0.2.13 → 0.2.14
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/package.json +1 -1
- package/supabase/config.toml +1 -1
package/package.json
CHANGED
package/supabase/config.toml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# https://supabase.com/docs/guides/local-development/cli/config
|
|
3
3
|
# A string used to distinguish different Supabase projects on the same host. Defaults to the
|
|
4
4
|
# working directory name when running `supabase init`.
|
|
5
|
-
project_id = env(
|
|
5
|
+
project_id = "env(SUPABASE_PROJECT_ID)"
|
|
6
6
|
|
|
7
7
|
[api]
|
|
8
8
|
enabled = true
|