package main import "git.roboces.dev/catalin/cvvvvv/internal/app" const configsDir = "configs" func main() { app.Run(configsDir) }