This website requires JavaScript.
Explore
Help
Register
Sign In
accounting
/
books
Watch
2
Star
0
Fork
0
You've already forked books
mirror of
https://github.com/frappe/books.git
synced
2025-01-09 17:53:56 +00:00
Code
Issues
Releases
Activity
c56850d08f
books
/
src
/
initFyo.ts
4 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: rename 'frappe' to 'fyo' outside src - cause now most of it is different from what it was
2022-04-19 05:59:36 +00:00
import
{
Fyo
}
from
'fyo'
;
incr: rem singleton from index.ts cause can't test - update models to not use singleton export
2022-04-18 11:29:20 +00:00
refactor: rename 'frappe' to 'fyo' outside src - cause now most of it is different from what it was
2022-04-19 05:59:36 +00:00
export
const
fyo
=
new
Fyo
(
{
isTest
:
false
,
isElectron
:
true
}
)
;
Copy Permalink