aebdb39525df04099ad52bef4708ffe93e5ceac4none
.github/copilot-instructions.mdTool: github-copilot# Copilot Instructions for GBA Studio
Keep changes concise, consistent, and aligned with the existing architecture.
## General rules
- This project is Electron + React + Vite. Main process code lives in src/main/ and renderer code in src/renderer/frontend/.
- Prefer existing providers, components, and typed preload helpers exposed via window.electronAPI.
- Keep UI work in the renderer and main-process work in the main process; avoid bypassing the preload layer when a helper already exists.
- When loading none