fixed template interpreter after AI flub
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user