mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
16 lines
300 B
JSON
16 lines
300 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"
|
|
]
|
|
}
|
|
}
|
|
}
|