diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-22 14:30:03 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-22 14:30:03 +1100 |
commit | 2ec59d2ff2d03353ff1b34e33e5c675b374c6bc1 (patch) | |
tree | 9dd6d4ea475812bff201dc2ef9b7d4231353a589 /scripts/schema.js | |
parent | Fix redirect when test client disabled (diff) | |
download | server-2ec59d2ff2d03353ff1b34e33e5c675b374c6bc1.tar.xz |
Fix sync script not closing for some dbms
Diffstat (limited to 'scripts/schema.js')
-rw-r--r-- | scripts/schema.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/schema.js b/scripts/schema.js index be57adc2..3a69d002 100644 --- a/scripts/schema.js +++ b/scripts/schema.js @@ -50,7 +50,7 @@ function modify(obj) { function main() { const program = TJS.programFromConfig( - "tsconfig.json", + path.join(__dirname, "..", "tsconfig.json"), walk(path.join(__dirname, "..", "src", "util", "schemas")) ); const generator = TJS.buildGenerator(program, settings); |