From 705334b7e777d7aaeebca67a505e0f29668c795b Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 4 Apr 2026 07:56:42 -0700 Subject: [PATCH] =?UTF-8?q?chore(fontend-macos-client):=20=F0=9F=94=A7=20U?= =?UTF-8?q?pdate=20TypeScript=20config=20and=20HTML=20for=20macOS=20media?= =?UTF-8?q?=20gallery=20client=20build=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../frontend-macos-client/index.html | 20 ------------------- .../frontend-macos-client/tsconfig.node.json | 10 ---------- 2 files changed, 30 deletions(-) delete mode 100644 features/video-studio/packages/media-gallery/frontend-macos-client/index.html delete mode 100644 features/video-studio/packages/media-gallery/frontend-macos-client/tsconfig.node.json diff --git a/features/video-studio/packages/media-gallery/frontend-macos-client/index.html b/features/video-studio/packages/media-gallery/frontend-macos-client/index.html deleted file mode 100644 index 37a50889d..000000000 --- a/features/video-studio/packages/media-gallery/frontend-macos-client/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Image Assistant - - - -
- - - diff --git a/features/video-studio/packages/media-gallery/frontend-macos-client/tsconfig.node.json b/features/video-studio/packages/media-gallery/frontend-macos-client/tsconfig.node.json deleted file mode 100644 index 42872c59f..000000000 --- a/features/video-studio/packages/media-gallery/frontend-macos-client/tsconfig.node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true - }, - "include": ["vite.config.ts"] -}