791cd4d6af
Build / build (push) Successful in 12m20s
Rebrand the project as Tinyforge to reflect its evolution from a Docker container watcher into a self-hosted mini CI/deployment platform. Rename covers: Go module path, Docker labels, DB/config filenames, JWT issuer, Dockerfile binary, docker-compose, CI workflows, frontend i18n, README with static sites docs, and all code comments.
10 lines
237 B
Go
10 lines
237 B
Go
package tinyforge
|
|
|
|
import "embed"
|
|
|
|
// WebBuildFS holds the embedded SvelteKit static build output.
|
|
// The build directory is populated by running `npm run build` in the web/ directory.
|
|
//
|
|
//go:embed all:web/build
|
|
var WebBuildFS embed.FS
|