Files
bds/.zed
Matheus Sampaio Queiroga 7125a7629e feat: Add initial Minecraft server management
Introduces database models, routes, and basic pages for creating,
listing, and viewing user-specific Minecraft servers.

Refactors authentication handling using request context middleware for
both web routes (cookies) and API routes (Bearer tokens). Helper
functions are added to access user data from the context.

Removes Webpack build setup in favor of direct TypeScript compilation
using `tsc`. Updates `package.json` scripts and dependencies
accordingly.

Also includes:
- New templates and CSS for server pages.
- Roboto font files and new SVG icons.
- Zed editor settings for Go HTML templates.
- Minor .gitignore updates.
2025-04-06 22:57:35 -03:00
..