From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- docs/turbo.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 docs/turbo.json (limited to 'docs/turbo.json') 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"] - } - } -} -- cgit v1.2.3-70-g09d2