refactor: flatten static asset layout

This commit is contained in:
2026-04-15 00:23:24 +02:00
parent f65e098b9d
commit b9eec9e71a
12 changed files with 15 additions and 617 deletions

View File

@@ -30,8 +30,8 @@ go test ./...
go run ./cmd/server
```
TypeScript source files live in `static/js/*.ts` and are bundled to matching `static/js/*.js` files for runtime.
Generated `static/js/*.js` and `static/css/tailwind.css` files are ignored by git.
TypeScript source files live in `static/*.ts` and are bundled to matching `static/*.js` files for runtime.
Generated `static/*.js` and `static/tailwind.css` files are ignored by git.
## Development guidelines