mirror of
https://github.com/rharkor/caching-for-turbo.git
synced 2025-06-08 01:37:01 +09:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"test-build": {
|
|
"inputs": ["src"],
|
|
"outputs": ["dist"]
|
|
}
|
|
}
|
|
}
|