This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/turbo.json

8 lines
96 B
JSON
Raw Normal View History

2023-07-20 15:40:38 -03:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"lint": {},
"test": {}
}
}