Skip to content

Commit

Permalink
feat: update dotenv path to .env, the file was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Aug 23, 2023
1 parent 153abfc commit bd9b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle.config.ts
Expand Up @@ -3,7 +3,7 @@ import dotenv from 'dotenv';
import type { Config } from 'drizzle-kit';

dotenv.config({
path: '.env.development',
path: '.env',
});

export default {
Expand Down

0 comments on commit bd9b2c9

Please sign in to comment.