diff options
Diffstat (limited to 'docs/turbo.json')
| -rw-r--r-- | docs/turbo.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/turbo.json b/docs/turbo.json deleted file mode 100644 index 4b0463e..0000000 --- a/docs/turbo.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "$schema": "./public/schema.json", - "extends": ["//"], - "pipeline": { - "build": { - "env": [ - "SENTRY_DSN", - "TURBOREPO_SFDC_CAMPAIGN_ID", - "TRAY_URL", - "CONVERTKIT_API_KEY", - "CONVERTKIT_API_SECRET" - ], - "outputs": [".next/**", "!.next/cache/**"], - "dependsOn": ["^build", "rss", "schema"] - }, - "dev": { - "dependsOn": ["schema"], - "persistent": true, - "cache": false - }, - "schema": { - "inputs": [], // None of the files in this workspace matter - "dependsOn": ["@turbo/types#topo"], - "outputs": ["public/schema.json"] - }, - "rss": { - "inputs": ["pages/blog/**", "scripts/generate-rss.js"], - "outputs": ["public/feed.xml"] - } - } -} |
