Files
better-auth/examples/expo-example/turbo.json
2024-11-01 09:24:14 +03:00

11 lines
149 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"dev": {
"persistent": true,
"interactive": true
}
}
}