Browse Source

fix: make sure API build includes dotenv packages

pull/5817/head
Szymon Łągiewka 2 weeks ago
parent
commit
1d71089198
Failed to extract signature
  1. 2
      apps/api/src/migration.ts

2
apps/api/src/migration.ts

@ -0,0 +1,2 @@
import 'dotenv';
import 'dotenv-expand';
Loading…
Cancel
Save