Update generate-schema-types.ts

This commit is contained in:
Daniel Hougaard
2024-04-03 16:53:02 -07:00
parent 1afd120e8e
commit 3bb50b235d

View File

@@ -5,7 +5,7 @@ import knex from "knex";
import { writeFileSync } from "fs";
dotenv.config({
path: path.join(__dirname, "../../.env")
path: path.join(__dirname, "../../.env.migration")
});
const db = knex({