1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

init posthog stats

This commit is contained in:
codecalm
2025-09-23 22:19:25 +02:00
parent fcb38a4059
commit 9893b11ed2
4 changed files with 40 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": [
"NODE_ENV"
"NODE_ENV",
"NEXT_PUBLIC_POSTHOG_KEY",
"NEXT_PUBLIC_POSTHOG_HOST"
],
"tasks": {
"build": {