vibetunnel/web/CLAUDE.md
Mario Zechner 179d0db754 Clean up file naming by removing -new suffixes
- 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>
2025-06-16 04:55:18 +02:00

447 B

Claude Development Notes

Build Process

  • Never run build commands - the user has npm run dev running which handles automatic rebuilds
  • Changes to TypeScript files are automatically compiled and watched
  • Do not run npm run build:client or 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