ionian/knexfile.js

6 lines
141 B
JavaScript
Raw Normal View History

2023-06-01 14:18:53 +09:00
require("ts-node").register();
const { Knex } = require("./src/config");
2020-12-31 03:06:16 +09:00
// Update with your config settings.
module.exports = Knex.config;