dokploy/apps/vite/server
Mauricio Siu a7adc3c36b refactor: update Vite application structure and dependencies
- Removed the `index.html` file as part of the transition to a new routing system.
- Updated `package.json` scripts to streamline development commands using `concurrently`.
- Enhanced dependency management by adding new packages and updating existing ones in `package.json`.
- Introduced a new server function for branding and session management, improving API interactions.
- Refactored routing to utilize TanStack Start, ensuring better integration with the existing Dokploy architecture.
- Improved static file handling and server response management in the custom Node.js server.
- Updated README to reflect changes in architecture and development processes.
2026-08-11 01:15:43 -06:00
..
next-compat.ts feat: introduce Vite-based Dokploy application 2026-08-10 23:38:04 -06:00
server.ts refactor: update Vite application structure and dependencies 2026-08-11 01:15:43 -06:00
start-bridge.ts refactor: update Vite application structure and dependencies 2026-08-11 01:15:43 -06:00
static.ts refactor: update Vite application structure and dependencies 2026-08-11 01:15:43 -06:00