mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
const server = require('frappe-core/frappe/server');
|
|
|
|
server.start({
|
|
backend: 'sqllite',
|
|
connection_params: {db_path: 'test.db'},
|
|
static: './'
|
|
}); |