feat: api serve frontend, build workflow, router readyness

This commit is contained in:
Floriansylvain
2025-12-24 01:05:58 +01:00
parent aee595dee9
commit 4a6209a8db
13 changed files with 174 additions and 74 deletions
+6
View File
@@ -0,0 +1,6 @@
package assets
import "embed"
//go:embed all:dist
var DistEmbed embed.FS