Files
2026-03-19 18:04:58 +08:00

13 lines
230 B
Go

// all environment variables including default values put here
package pkg
const (
Logo = "🦞"
// AppName is the name of the app
AppName = "PicoClaw"
DefaultPicoClawHome = ".picoclaw"
WorkspaceName = "workspace"
)