リファクタ: webディレクトリ削除でmonorepo構成に変更#36
Open
Kazuryu0907 wants to merge 5 commits into
Open
Conversation
- Remove web directory and all web controller components - Move electron directory contents to root level - Update CLAUDE.md to reflect new monorepo structure - Simplify architecture to single Electron application 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add user-friendly error messages with actionable solutions - Split complex authorization() method into modular step-based flow - Unify configuration management with type safety and validation - Add automatic migration from legacy config files - Improve code maintainability and debugging capabilities 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace Webpack with Vite for faster development and build times - Create separate Vite configs for main, preload, and renderer processes - Update package.json scripts to use Vite commands - Remove Webpack-related dependencies and add Vite dependencies - Configure proper externalization of Node.js built-in modules - Maintain existing functionality while improving developer experience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace individual Vite configs (main/preload/renderer) with single electron.vite.config.ts - Update package.json scripts to use electron-vite commands for unified development - Modify main process to handle development/production URL loading correctly - Update build output structure from dist/ to out/ directories for electron-vite standard - Fix hardcoded Windows paths in hash.ts and Debug.tsx for cross-platform compatibility - Remove obsolete electronmon configuration and separate build scripts - Enable integrated HMR development experience with electron-vite 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove kill_controller function and related process management - Remove automatic execution of mocaController.exe on app startup - Remove process exit handlers for external controller cleanup - Clean up unused imports (join, exec, execSync, spawn from child_process) - Simplify app lifecycle management without external dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code