We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以及 是否可以做简单的调试代码的动作?比如我新建了app.js,里面只有一个console.log,该怎么运行起来输出结果
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
目前默认插件 存储在内部插件市场中 若想自定义插件以及自行独立部署可以配置 appConfig.extensionOSSPath 自己部署独立服务
appConfig.extensionOSSPath
所有默认集成的 worker 插件在 lite-worker-extensions 可以自行下载
appConfig: { /** * 插件OSS地址 * extensionOSSPath/publisher.name-version */ extensionOSSPath: '', }
No branches or pull requests
以及 是否可以做简单的调试代码的动作?比如我新建了app.js,里面只有一个console.log,该怎么运行起来输出结果
The text was updated successfully, but these errors were encountered: