diff --git a/.gitignore b/.gitignore index 72727b9..d61042a 100644 --- a/.gitignore +++ b/.gitignore @@ -150,6 +150,6 @@ yunzai dist/ docs/ public/ -html/ +/html/ -plugins/ \ No newline at end of file +/plugins/ \ No newline at end of file diff --git a/lib/plugins/runtime.js b/lib/plugins/runtime.js new file mode 100644 index 0000000..f0867de --- /dev/null +++ b/lib/plugins/runtime.js @@ -0,0 +1,2 @@ +import { Runtime } from 'yunzai/core' +export default Runtime \ No newline at end of file