mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 20:35:17 +00:00
Move schemas to separate module
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ const Excluded = [
|
||||
function main() {
|
||||
const program = TJS.programFromConfig(
|
||||
path.join(__dirname, "..", "tsconfig.json"),
|
||||
walk(path.join(__dirname, "..", "src", "util", "schemas")),
|
||||
walk(path.join(__dirname, "..", "src", "schemas")),
|
||||
);
|
||||
const generator = TJS.buildGenerator(program, settings);
|
||||
if (!generator || !program) return;
|
||||
|
||||
Reference in New Issue
Block a user