mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["./.svelte-kit/**", "./build/**", "./dist/**"]
|
|
}
|
|
}
|
|
}
|