mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-29 00:59:24 +00:00
Fix sync script not closing for some dbms
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user