This website requires JavaScript.
Explore
Help
Register
Sign In
ruiling
/
tachybase_todo
Watch
1
Star
0
Fork
0
You've already forked tachybase_todo
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fa5135ce33
tachybase_todo
/
packages
/
core
/
cli
/
src
/
index.js
6 lines
66 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: improve build (#2643) * fix: client lib require wrapper * fix: bug * fix: add tsconfig.paths.json * fix: collection dir not exists * fix: improve... * fix: update yarn.lock * fix: db.sync * fix: bugs * fix: bugs * fix: bugs * fix: bugs && allow user custom build config * docs: user custom config docs * refactor: custom user build config * fix: bugs * fix: build plugin-client bug --------- Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-15 08:51:20 +08:00
const
util
=
require
(
'./util'
)
;
module
.
exports
=
{
...
util
,
}
;
Reference in New Issue
Copy Permalink