Skip to content

Commit

Permalink
Invoking dotenv also when creating your own server.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvullings committed Jul 9, 2021
1 parent 8174174 commit de572ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { config } from './config';
export { createApi } from './api';
export * from './models';
import Router from 'koa-router';
Expand Down

0 comments on commit de572ee

Please sign in to comment.