We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2d4e5 commit e1f91a7Copy full SHA for e1f91a7
drizzle.config.ts
@@ -2,7 +2,6 @@ import type { Config } from 'drizzle-kit'
2
3
import { env } from '@app/lib/env'
4
5
-console.log('ran')
6
// only ran in development so no need to dd a production check
7
export const url = `${env.SQLITE_DATABASE_NAME}`
8
0 commit comments