feat: initialise project structure with core encoding queue, database models, and web management API
Build / Build and Push (push) Successful in 50s

This commit is contained in:
2026-06-05 19:53:31 +01:00
parent dceba72891
commit 07aa8e5ffe
33 changed files with 2911 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
package web
import "embed"
//go:embed static/* templates/*
var FS embed.FS