fix: running setup on windows, db:push on windows

This commit is contained in:
John Yeo
2025-06-19 10:40:55 +01:00
parent b606a162c4
commit 964a2c841d
7 changed files with 32 additions and 21 deletions

View File

@@ -10,7 +10,8 @@
"moduleResolution": "NodeNext",
"target": "ES2020",
"outDir": "./dist",
"rootDir": "."
"rootDir": ".",
},
"include": ["./**/*"],
"types": ["node"],