Moving server files to ./server

This commit is contained in:
Corteza Monorepo Migrator
2022-11-14 09:26:39 +01:00
parent 204738f7c9
commit 683c7c56e2
5750 changed files with 0 additions and 26430 deletions
+24
View File
@@ -0,0 +1,24 @@
package codegen
import (
"github.com/cortezaproject/corteza-server/app"
"github.com/cortezaproject/corteza-server/codegen/schema"
)
[...schema.#codegen] &
[
{
template: "docs/options.adoc.tpl"
output: "src/modules/generated/partials/env-options.gen.adoc"
payload: {
groups: [
for g in app.corteza.options {
title: g.title
intro?: g.intro
options: g.options
},
]
}
},
]