mirror of
https://github.com/frappe/books.git
synced 2026-09-26 09:01:12 -04:00
fix backends initialization
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// const backends = {};
|
||||
const backends = {};
|
||||
backends.sqlite = require('frappejs/backends/sqlite');
|
||||
//backends.mysql = require('frappejs/backends/mysql');
|
||||
const path = require('path');
|
||||
|
||||
Reference in New Issue
Block a user