Skip to content

Commit

Permalink
feat: add migration endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Jul 11, 2024
1 parent 275b3af commit f1b3d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/db/db.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-ignore

import { drizzle } from "drizzle-orm/node-postgres";
import { Client } from "pg";
import * as schema from "./schema";
Expand Down
1 change: 1 addition & 0 deletions apps/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"inlineSourceMap": true,
"inlineSources": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"strictPropertyInitialization": false,
"typeRoots": [
"./node_modules/@types"
Expand Down

0 comments on commit f1b3d2c

Please sign in to comment.