Skip to content

Commit

Permalink
Another one more attempt to fix migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed May 28, 2023
1 parent 18caf47 commit 745fec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/index.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require('ts-node').register(require('../tsconfig.json'));
const config = require('../tsconfig.json');
config.compilerOptions.module = 'commonjs';
require('ts-node').register(config);
require('dotenv').config();
module.exports = () => {};
1 change: 1 addition & 0 deletions migrations/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ }

0 comments on commit 745fec3

Please sign in to comment.