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, 0 insertions, 18 deletions
diff --git a/examples/with-react-native-web/turbo.json b/examples/with-react-native-web/turbo.json deleted file mode 100644 index 3965279..0000000 --- a/examples/with-react-native-web/turbo.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$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 - } - } -} |
