Ai
1 Star 0 Fork 0

home-assistant/frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rollup.config.js 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
import rollup from "../build-scripts/rollup.cjs";
import env from "../build-scripts/env.cjs";
const config = rollup.createAppConfig({
isProdBuild: env.isProdBuild(),
latestBuild: true,
isStatsBuild: env.isStatsBuild(),
});
export default { ...config.inputOptions, output: config.outputOptions };
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/home-assistant_1/frontend.git
git@gitee.com:home-assistant_1/frontend.git
home-assistant_1
frontend
frontend
dev

搜索帮助