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
+19
View File
@@ -0,0 +1,19 @@
package schema
#_ioSpec: {
template: string
output: string
syntax: string | *"go"
if output =~ "\\.adoc$" {
syntax: "adoc"
}
}
#codegen: {
#_ioSpec
payload: _
} | {
bulk?: [...#_ioSpec]
payload: _
}