Commit Graph

4 Commits

Author SHA1 Message Date
kolaente
568b367164 fix: embed frontend assets with names starting with _ or .
The Rolldown-based vite 8 emits plugin-vue's export helper as its own
chunk named _plugin-vue_export-helper-<hash>.js. go:embed excludes
files starting with _ or . unless the all: prefix is used, so the chunk
was missing from the binary and the static handler served index.html in
its place, breaking the frontend entirely.

Fixes #3093
2026-07-03 08:22:20 +00:00
Dominik Pschenitschni
296577a875 fix: correct license header references (#882)
See originals:
- https://www.gnu.org/licenses/agpl-3.0.txt
- https://www.gnu.org/licenses/gpl-3.0.txt
2025-06-10 12:18:38 +02:00
kolaente
d36b1608cf fix: lint 2024-02-09 15:32:12 +01:00
kolaente
6c5194b892 feat: bundle frontend files with api in one static bundle 2024-02-09 13:41:50 +01:00