mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-17 13:15:53 +00:00
- Renamed server-new.ts → server.ts - Renamed app-new.ts → app.ts - Renamed app-new-entry.ts → app-entry.ts - Updated package.json scripts to remove all -new references - Updated custom element name from vibetunnel-app-new to vibetunnel-app - Updated index.html to reference cleaned up files - Added CLAUDE.md with development notes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
447 B
447 B
Claude Development Notes
Build Process
- Never run build commands - the user has
npm run devrunning which handles automatic rebuilds - Changes to TypeScript files are automatically compiled and watched
- Do not run
npm run build:clientor similar build commands
Development Workflow
- Make changes to source files in
src/ - The dev server automatically rebuilds and reloads
- Focus on editing source files, not built artifacts