Skip to content

Commit a61fba4

Browse files
committed
fix(vitePlugins): use any array
1 parent eb994c5 commit a61fba4

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

assets/config_schema.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -242,26 +242,7 @@
242242
"additionalProperties": true
243243
},
244244
{
245-
"type": "array",
246-
"items": {
247-
"anyOf": [
248-
{
249-
"type": "null"
250-
},
251-
{
252-
"type": "boolean"
253-
},
254-
{
255-
"type": "string",
256-
"pattern": "^__function__$"
257-
},
258-
{
259-
"type": "object",
260-
"properties": {},
261-
"additionalProperties": true
262-
}
263-
]
264-
}
245+
"type": "array"
265246
}
266247
]
267248
}

0 commit comments

Comments
 (0)