mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
fix backends initialization
This commit is contained in:
parent
233ad5eaa5
commit
96292f92c0
@ -1,4 +1,4 @@
|
||||
// const backends = {};
|
||||
const backends = {};
|
||||
backends.sqlite = require('frappejs/backends/sqlite');
|
||||
//backends.mysql = require('frappejs/backends/mysql');
|
||||
const path = require('path');
|
||||
|
Loading…
Reference in New Issue
Block a user