From 05166e791f18ee5f772df809ac1455df170d1dbc Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Mon, 13 Apr 2026 09:45:28 +0530 Subject: [PATCH] clean up .claude --- apps/x/.claude/launch.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 apps/x/.claude/launch.json diff --git a/apps/x/.claude/launch.json b/apps/x/.claude/launch.json deleted file mode 100644 index 3ba43066..00000000 --- a/apps/x/.claude/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.0.1", - "configurations": [ - { - "name": "renderer-dev", - "runtimeExecutable": "/Users/tusharmagar/Rowboat/rowboat-V2/apps/x/apps/renderer/node_modules/.bin/vite", - "runtimeArgs": ["--port", "5173"], - "port": 5173 - } - ] -}