mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
* add formbricks website with blog and docs Co-authored-by: knugget <johannes@knugget.de>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".next/**"],
|
|
"env": [
|
|
"MAIL_FROM",
|
|
"NEXTAUTH_SECRET",
|
|
"NEXTAUTH_URL",
|
|
"NODE_ENV",
|
|
"NEXT_PUBLIC_EMAIL_VERIFICATION_DISABLED",
|
|
"NEXT_PUBLIC_IMPRINT_URL",
|
|
"NEXT_PUBLIC_PASSWORD_RESET_DISABLED",
|
|
"NEXT_PUBLIC_PRIVACY_URL",
|
|
"NEXT_PUBLIC_PRIVACY_URL",
|
|
"NEXT_PUBLIC_SIGNUP_DISABLED",
|
|
"NEXT_PUBLIC_TERMS_URL",
|
|
"POSTHOG_API_HOST",
|
|
"POSTHOG_API_KEY",
|
|
"SMTP_HOST",
|
|
"SMTP_PORT",
|
|
"SMTP_USER",
|
|
"SMTP_PASSWORD",
|
|
"SMTP_SECURE_ENABLED",
|
|
"TELEMETRY_DISABLED",
|
|
"VERCEL_URL",
|
|
"NEXT_PUBLIC_DOCSEARCH_APP_ID",
|
|
"NEXT_PUBLIC_DOCSEARCH_API_KEY",
|
|
"NEXT_PUBLIC_DOCSEARCH_INDEX_NAME"
|
|
]
|
|
},
|
|
"db:migrate:deploy": {
|
|
"outputs": []
|
|
},
|
|
"db:push": {
|
|
"outputs": []
|
|
},
|
|
"db:seed": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"generate": {
|
|
"dependsOn": ["^generate"]
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|