mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-02 21:14:27 +01:00
10 lines
138 B
JSON
10 lines
138 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"lint": {}
|
|
}
|
|
}
|