Commit Graph
3 Commits
Author SHA1 Message Date
Luiz Costa 20129a1ac7 build: add typescript compilation step before frontend build
The build script now runs TypeScript compilation (tsc) before the frontend build to catch type errors earlier in the process. Also downgraded eslint to v8.57.0 for compatibility reasons.
2025-11-18 10:19:13 -03:00
Luiz Costa 5c0094d74e chore: update ant-design dependencies and add new icon types 2025-11-18 09:39:51 -03:00
Luiz Costa 3a5cbe12ef feat: initialize web tail pro application with frontend and backend
- Add frontend React application with log viewing components
- Implement backend Go server for log tailing and SSE streaming
- Include build scripts for both frontend and backend
- Set up basic authentication and file handling
- Add styling and log formatting capabilities
2025-11-18 08:27:21 -03:00