Files
aiworker-frontend/index.html
Hector Ros 391bb7e9a8
All checks were successful
Build and Push Frontend / build (push) Successful in 23s
Migrate to Vite for proper production builds with code splitting and optimization
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:47:14 +01:00

13 lines
307 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AiWorker - AI Agent Orchestration Platform</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>