From ecd4d28c7fe564f0d4559765c1be12faacba83e5 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Wed, 21 Jan 2026 08:30:25 -0700 Subject: [PATCH] Delete .nova directory --- .nova/Tasks/Development.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .nova/Tasks/Development.json diff --git a/.nova/Tasks/Development.json b/.nova/Tasks/Development.json deleted file mode 100644 index 4192c3bc..00000000 --- a/.nova/Tasks/Development.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "actions": { - "build": { - "enabled": true, - "script": "yarn build" - }, - "run": { - "enabled": true, - "script": "yarn watch" - } - }, - "identifier": "CD06C361-7D2A-4DB0-A401-56C68EFEF3CE", - "openLogOnRun": "fail" -}