You've already forked agentic-coding-workflow
feat(server): embed SPA dist with fallback handler; single-binary deploy
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ func main() {
|
||||
rootCtx, cancel := signal.NotifyContext(context.Background(), syscall.SIGINT, syscall.SIGTERM)
|
||||
defer cancel()
|
||||
|
||||
a, err := app.New(rootCtx, cfg)
|
||||
a, err := app.New(rootCtx, cfg, distFS)
|
||||
if err != nil {
|
||||
_, _ = fmt.Fprintln(os.Stderr, "app new:", err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user