mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"env": ["VITE_PUBLIC_POSTHOG_KEY", "VITE_PUBLIC_POSTHOG_HOST"]
|
|
}
|
|
}
|
|
}
|