mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
const server = require('frappejs/server');
|
|
|
|
server.start({
|
|
backend: 'sqlite',
|
|
connection_params: {db_path: 'test.db'},
|
|
static: './'
|
|
}); |