summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-14 09:30:52 +0200
committerRory& <root@rory.gay>2025-10-14 09:34:21 +0200
commit0da7169b005e37f77b9220579c8e0e0639cc6983 (patch)
treecd9c0f683f2da3edc311b07f284ad10d29a61be8 /scripts
parentAdmin api changes (diff)
downloadserver-ts-0da7169b005e37f77b9220579c8e0e0639cc6983.tar.xz
Move schemas to separate module
Diffstat (limited to 'scripts')
-rw-r--r--scripts/schema.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/schema.js b/scripts/schema.js

index 32af357f..77205831 100644 --- a/scripts/schema.js +++ b/scripts/schema.js
@@ -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;