From 4838df315931bb883f704ec3e1abe2685f296cdf Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 22 Apr 2023 19:52:26 +0800 Subject: 😀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/turbo.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/turbo.json (limited to 'docs/turbo.json') diff --git a/docs/turbo.json b/docs/turbo.json new file mode 100644 index 0000000..4b0463e --- /dev/null +++ b/docs/turbo.json @@ -0,0 +1,31 @@ +{ + "$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