build: move generated assets to dist

This commit is contained in:
2026-04-15 00:26:50 +02:00
parent 7a48f66a73
commit 90c80b9d1e
7 changed files with 18 additions and 14 deletions

View File

@@ -30,8 +30,8 @@ go test ./...
go run ./cmd/server
```
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.
TypeScript source files live in `static/*.ts` and are bundled to runtime assets in `dist/`.
Generated `dist/` files are ignored by git.
## Development guidelines