mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"env": [
|
|
"GITHUB_TOKEN",
|
|
"ORAMA_PRIVATE_API_KEY",
|
|
"ORAMA_INDEX_ID",
|
|
"NEXT_PUBLIC_ORAMA_PUBLIC_API_KEY",
|
|
"NEXT_PUBLIC_ORAMA_ENDPOINT",
|
|
"GURUBASE_API_KEY",
|
|
"GURUBASE_SLUG",
|
|
"INKEEP_API_KEY"
|
|
]
|
|
}
|
|
}
|
|
}
|