This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2b9fcd448
budibase
/
packages
/
backend-core
/
utils.js
5 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised.
2022-01-12 12:32:14 +01:00
module
.
exports
=
{
Dev improvements - remove need to rebuilds of backend-core/dist and enable debugging when running tests and backend services, use source directly using typescript and jest path mappings
2022-06-10 23:57:12 +02:00
...
require
(
"./src/utils"
)
,
...
require
(
"./src/hashing"
)
,
Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised.
2022-01-12 12:32:14 +01:00
}