mirror of
https://github.com/frappe/books.git
synced 2025-01-24 07:38:25 +00:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
|
import { Frappe } from 'frappe';
|
||
|
|
||
|
export const fyo = new Frappe({ isTest: false, isElectron: true });
|