From f7e13f5917e176fd44a80479ab06eb61e34dd138 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 9 Aug 2024 09:05:18 -0500 Subject: feat: Add Node.js Signed-off-by: Matt Strapp --- turbo.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 turbo.json (limited to 'turbo.json') 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 -- cgit v1.2.3