aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json
new file mode 100644
index 0000000..77a4042
--- /dev/null
+++ b/turbo.json
@@ -0,0 +1,28 @@
+{
+ "$schema": "https://turbo.build/schema.json",
+ "ui": "tui",
+ "tasks": {
+ "build": {
+ "dependsOn": [
+ "^build"
+ ],
+ "inputs": [
+ "$TURBO_DEFAULT$",
+ ".env*"
+ ],
+ "outputs": [
+ "dist/**"
+ ]
+ },
+ "lint": {
+ "dependsOn": [
+ "^lint"
+ ]
+ },
+ "dev": {
+ "cache": false,
+ "persistent": true
+ },
+ "test": {}
+ }
+} \ No newline at end of file