Ai
1 Star 0 Fork 1

Lance/refly

forked from lyyong/refly 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
turbo.json 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marc Chan 提交于 2025-02-16 23:06 +08:00 . Feat/automated tests (#450)
{
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true,
"env": ["*"],
"dependsOn": ["sync-db-schema"]
},
"start": {
"cache": false,
"persistent": true,
"env": ["*"]
},
"sync-db-schema": {
"cache": false,
"persistent": false
},
"copy-env": {
"cache": false,
"persistent": false
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"env": ["*"]
},
"codegen": {},
"clean": {
"cache": false,
"outputs": ["packages/*/build"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lance521/refly.git
git@gitee.com:lance521/refly.git
lance521
refly
refly
main

搜索帮助