fixed template interpreter after AI flub

This commit is contained in:
2025-09-01 14:30:03 -06:00
parent 382129d2bb
commit 48579844f3
2 changed files with 71 additions and 44 deletions

View File

@ -2,8 +2,9 @@ package main
import (
"fmt"
"github.com/urfave/cli/v2"
"os"
"github.com/urfave/cli/v2"
)
func main() {
@ -14,7 +15,8 @@ func main() {
tailwindCmd(),
setupCmd(),
vueGenCmd(),
serveCmd(), // New command for server interpreter
serveCmd(), // New command for server interpreter
templateCmd(), // New command for template interpreter
}
app := &cli.App{