Files
gardentron/server/knexfile.ts
2023-05-20 09:18:45 +02:00

8 lines
253 B
TypeScript

// For more information about this file see https://dove.feathersjs.com/guides/cli/databases.html
import { app } from './src/app'
// Load our database connection info from the app configuration
const config = app.get('sqlite')
module.exports = config