mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
16 lines
213 B
JSON
16 lines
213 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"ui": "stream",
|
|
"tasks": {
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"env": ["*"]
|
|
},
|
|
"tsc": {
|
|
"cache": false,
|
|
"persistent": true
|
|
}
|
|
}
|
|
}
|