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

@@ -83,7 +83,7 @@ bun run build:assets
go run ./cmd/server
```
The frontend pipeline uses a single source stylesheet (`static/style.css`) and TypeScript sources in `static/*.ts`, then emits build artifacts (`static/tailwind.css` and `static/*.js`) for serving.
The frontend pipeline uses a single source stylesheet (`static/style.css`) and TypeScript sources in `static/*.ts`, then emits build artifacts into `dist/` (`dist/tailwind.css` and `dist/*.js`) for serving.
When the server starts, the app is available at `http://localhost:3000`.