Part of #339
- Change
//go:embed static/* → //go:embed static in internal/web/server.go
- Create directory structure:
css/, css/pages/, js/, js/pages/
- Verify
make build + dashboard still works unchanged
This is the foundation -- no visual changes, just enabling subdirectory support for the modular migration.
Part of #339
//go:embed static/*→//go:embed staticininternal/web/server.gocss/,css/pages/,js/,js/pages/make build+ dashboard still works unchangedThis is the foundation -- no visual changes, just enabling subdirectory support for the modular migration.