Files
2026-07-13 12:38:36 +08:00

11 lines
255 B
JSON

{
"$schema": "https://json-schema.org/schema",
"executors": {
"test": {
"implementation": "./dist/src/executors/test/vitest.impl",
"schema": "./dist/src/executors/test/schema.json",
"description": "Test using Vitest"
}
}
}