This website requires JavaScript.
Explore
Help
Sign In
opensource
/
dify
mirror of
https://github.com/langgenius/dify.git
Watch
2
Star
0
Fork
You've already forked dify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
release/e-1.11.1
dify
/
sdks
/
nodejs-client
/
babel.config.cjs
13 lines
154 B
JavaScript
Raw
Permalink
Blame
History
module
.
exports
=
{
presets
:
[
[
"@babel/preset-env"
,
{
targets
:
{
node
:
"current"
,
}
,
}
,
]
,
]
,
}
;
Reference in New Issue
View Git Blame
Copy Permalink