mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-06-23 04:54:46 +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>
3 lines
No EOL
83 B
JavaScript
3 lines
No EOL
83 B
JavaScript
// Entry point for the app
|
|
import './app.js';
|
|
//# sourceMappingURL=app-entry.js.map
|