mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["dist/**"],
|
|
"inputs": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"tsconfig.*.json",
|
|
"vite.config.*",
|
|
"tsdown.config.*",
|
|
"*.config.ts",
|
|
"*.config.js",
|
|
"!drizzle/**"
|
|
]
|
|
},
|
|
"@proj-airi/electron-vueuse#build": {
|
|
"dependsOn": ["@proj-airi/electron-eventa#build"],
|
|
"outputs": ["dist/**"]
|
|
}
|
|
}
|
|
}
|