Files
better-auth/docs/turbo.json
T

10 lines
143 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"env": ["GITHUB_TOKEN"]
}
}
}