Project Page Frontend Update

This commit is contained in:
2026-02-07 22:28:39 -05:00
parent 1e3489bab2
commit 22fe8b2f54
11 changed files with 590 additions and 431 deletions

View File

@@ -13,6 +13,10 @@ import (
)
func main() {
if err := builder.EnsureNixpacksInstalled(); err != nil {
log.Fatalf("Failed to ensure nixpacks is installed: %v", err)
}
db.Init(".")
pm := ports.NewManager(2000, 60000)
buildr := builder.NewBuilder()