Files
nunu/config/config.go
2025-08-11 12:16:34 +08:00

15 lines
600 B
Go

package config
var (
Version = "1.1.3"
WireCmd = "github.com/google/wire/cmd/wire@latest"
NunuCmd = "github.com/go-nunu/nunu@latest"
RepoBase = "https://github.com/go-nunu/nunu-layout-base.git"
RepoAdvanced = "https://github.com/go-nunu/nunu-layout-advanced.git"
RepoAdmin = "https://github.com/go-nunu/nunu-layout-admin.git"
RepoChat = "https://github.com/go-nunu/nunu-layout-chat.git"
RepoMCP = "https://github.com/go-nunu/nunu-layout-mcp.git"
RunExcludeDir = ".git,.idea,tmp,vendor"
RunIncludeExt = "go,html,yaml,yml,toml,ini,json,xml,tpl,tmpl"
)