mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 20:41:32 +03:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"executors": {
|
|
"svgOptimize": {
|
|
"implementation": "./svgo.js",
|
|
"schema": "./schema.json",
|
|
"description": "Run `svgo` (to optimize svg)."
|
|
}
|
|
}
|
|
}
|