mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"env": ["GITHUB_TOKEN"]
|
|
}
|
|
}
|
|
}
|