mirror of
https://github.com/go-nunu/nunu.git
synced 2025-09-26 20:31:18 +08:00
15 lines
600 B
Go
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"
|
|
)
|