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.
5 lines
66 B
JSON
5 lines
66 B
JSON
{
|
|
"file_types": {
|
|
"HTML": ["tmpl", "gotmpl", "gohtml"]
|
|
}
|
|
} |