1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00

Add new environment variables for DocSearch in turbo.json

This commit is contained in:
codecalm
2026-07-14 22:57:50 +02:00
parent 0c79a35b75
commit ff397c40a9
+4 -1
View File
@@ -3,7 +3,10 @@
"globalEnv": [
"NODE_ENV",
"NEXT_PUBLIC_POSTHOG_KEY",
"NEXT_PUBLIC_POSTHOG_HOST"
"NEXT_PUBLIC_POSTHOG_HOST",
"DOCSEARCH_API_KEY",
"DOCSEARCH_APP_ID",
"DOCSEARCH_INDEX_NAME"
],
"tasks": {
"build": {