1
0
forked from rosa/hakurei

cmd/pkgserver: minimum viable frontend

This commit is contained in:
mae
2026-03-10 03:31:14 -05:00
parent c39c07d440
commit 4ac9c72132
8 changed files with 217 additions and 63 deletions

View File

@@ -5,7 +5,6 @@ import (
"net/http"
)
//go:generate sh -c "sass ui/static/dark.scss ui/static/dark.css && sass ui/static/light.scss ui/static/light.css && tsc ui/static/index.ts"
//go:embed ui/*
var content embed.FS