mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
chore: setup featherjs project
This commit is contained in:
7
server/knexfile.ts
Normal file
7
server/knexfile.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user