mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 11:22:23 +04:00
Add new environment variables for DocSearch in turbo.json
This commit is contained in:
+4
-1
@@ -3,7 +3,10 @@
|
|||||||
"globalEnv": [
|
"globalEnv": [
|
||||||
"NODE_ENV",
|
"NODE_ENV",
|
||||||
"NEXT_PUBLIC_POSTHOG_KEY",
|
"NEXT_PUBLIC_POSTHOG_KEY",
|
||||||
"NEXT_PUBLIC_POSTHOG_HOST"
|
"NEXT_PUBLIC_POSTHOG_HOST",
|
||||||
|
"DOCSEARCH_API_KEY",
|
||||||
|
"DOCSEARCH_APP_ID",
|
||||||
|
"DOCSEARCH_INDEX_NAME"
|
||||||
],
|
],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"build": {
|
"build": {
|
||||||
|
|||||||
Reference in New Issue
Block a user