mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
d42d0841aa
- fix prettier issues
9 lines
233 B
TypeScript
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 });
|