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
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"github.com/cortezaproject/corteza-server/pkg/codegen"
)
func main() {
codegen.Proc()
}