1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-08 01:37:01 +09:00
caching-for-turbo/turbo.json
2024-06-13 14:27:20 +02:00

9 lines
146 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"test-build": {
"inputs": ["src"],
"outputs": ["dist"]
}
}
}