mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@proj-airi/server-schema#build": {
|
|
"cache": false
|
|
},
|
|
"@proj-airi/electron-vueuse#build": {
|
|
"dependsOn": ["@proj-airi/electron-eventa#build"],
|
|
"outputs": ["dist/**"]
|
|
}
|
|
}
|
|
}
|