v0.1.8
Fixed
- Fixed a blank screen in production Docker deployments when SvelteKit generated an underscore-prefixed JavaScript chunk that was omitted from the Go embedded filesystem.
- Updated frontend embedding to include all generated assets, preventing missing JavaScript requests from falling back to
index.htmlwith the wrong content type.
Verification
go test ./internal/static- Production Docker image build
- Chromium smoke test confirming the login page renders
No database, configuration, or file migration is required.