First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
8 changed files with 1 additions and 1 deletions
Showing only changes of commit 2d6f6700f0 - Show all commits

View File

@@ -52,7 +52,7 @@ func recursiveParse(prefix string, raw any, items *[]ErrorItem) {
} }
func main() { func main() {
yamlDir := "internal/exception/definitions" yamlDir := "cmd/gen_exception/definitions"
outputDir := "internal/exception" outputDir := "internal/exception"
tplPath := "cmd/gen_exception/exception.tmpl" tplPath := "cmd/gen_exception/exception.tmpl"