2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 23:00:56 +00:00
books/src/initFyo.ts
2023-06-23 10:40:16 +05:30

9 lines
233 B
TypeScript

import { Fyo } from 'fyo';
/**
* Global fyo: this is meant to be used only by the app. For
* testing purposes a separate instance of fyo should be initialized.
*/
export const fyo = new Fyo({ isTest: false, isElectron: true });