2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

fix backends initialization

This commit is contained in:
Faris Ansari 2018-09-29 12:54:03 +05:30
parent 233ad5eaa5
commit 96292f92c0

View File

@ -1,4 +1,4 @@
// const backends = {};
const backends = {};
backends.sqlite = require('frappejs/backends/sqlite');
//backends.mysql = require('frappejs/backends/mysql');
const path = require('path');