mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"@proj-airi/drizzle-migration#build": {
|
|
"cache": false
|
|
},
|
|
"@proj-airi/electron-vueuse#build": {
|
|
"dependsOn": ["@proj-airi/electron-eventa#build"],
|
|
"outputs": ["dist/**"]
|
|
}
|
|
}
|
|
}
|