2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 07:38:25 +00:00
books/src/initFyo.ts

4 lines
102 B
TypeScript
Raw Normal View History

import { Frappe } from 'frappe';
export const fyo = new Frappe({ isTest: false, isElectron: true });