diff options
Diffstat (limited to 'examples/with-react-native-web/turbo.json')
| -rw-r--r-- | examples/with-react-native-web/turbo.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/with-react-native-web/turbo.json b/examples/with-react-native-web/turbo.json new file mode 100644 index 0000000..3965279 --- /dev/null +++ b/examples/with-react-native-web/turbo.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://turbo.build/schema.json", + "globalDependencies": ["**/.env.*local"], + "pipeline": { + "build": { + "outputs": ["dist/**", ".next/**", "!.next/cache/**"], + "dependsOn": ["^build"] + }, + "dev": { + "cache": false, + "persistent": true + }, + "lint": {}, + "clean": { + "cache": false + } + } +} |
