Commit f38045d
fix: add placeholder for go:embed so CI compiles without frontend
The go:embed all:dist directive in internal/web/embed.go requires
at least one file in internal/web/dist/. Without the frontend
build output, lint, test, and coverage jobs all fail. Add a
committed placeholder that satisfies the embed directive and gets
overwritten by make frontend.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 778831f commit f38045d
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments