phase 0 complete
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Package web embeds the built Vue SPA (web/dist) so the Go binary can serve
|
||||
// it directly. This embed fails to compile if dist is missing or empty,
|
||||
// which is what forces the frontend to be built before the backend
|
||||
// (see Makefile: `make build` runs `pnpm build` before `go build`).
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed all:dist
|
||||
var DistFS embed.FS
|
||||
Reference in New Issue
Block a user