Skip to content

Commit

Permalink
Merge pull request #140 from wizelineacademy/FixStylesCypress
Browse files Browse the repository at this point in the history
Fix: health data and styles
  • Loading branch information
Bdelas777 authored Jun 6, 2024
2 parents 863cb25 + 922a7ce commit 59f6508
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 482 deletions.
8 changes: 4 additions & 4 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from "drizzle-kit";
import type { Config } from 'drizzle-kit'

export default {
driver: 'pg',
dialect: 'postgresql',
out: './src/db/migrations',
schema: './src/db/schema/schema.ts'
} satisfies Config;
schema: './src/db/schema/schema.ts',
} satisfies Config
Loading

0 comments on commit 59f6508

Please sign in to comment.