From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- examples/with-docker/turbo.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 examples/with-docker/turbo.json (limited to 'examples/with-docker/turbo.json') diff --git a/examples/with-docker/turbo.json b/examples/with-docker/turbo.json deleted file mode 100644 index 7a59fef..0000000 --- a/examples/with-docker/turbo.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://turbo.build/schema.json", - "globalDependencies": ["**/.env.*local"], - "globalEnv": ["PORT"], - "pipeline": { - "build": { - "outputs": ["dist/**", ".next/**", "!.next/cache/**", "public/dist/**"], - "dependsOn": ["^build"], - "env": ["NEXT_PUBLIC_API_HOST"] - }, - "test": { - "outputs": ["coverage/**"], - "dependsOn": [] - }, - "lint": { - "dependsOn": ["^build"] - }, - "dev": { - "cache": false, - "persistent": true - }, - "clean": { - "cache": false - } - } -} -- cgit v1.2.3-70-g09d2