Skip to content

Commit

Permalink
feat(vite): add vitePlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode authored Aug 1, 2023
1 parent 3277360 commit 89e6659
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@
}
},
"additionalProperties": false
},
"vitePlugins": {
"type": "array",
"items": {
"type": "string",
"pattern": "^__function__$"
},
"additionalProperties": false
}
},
"additionalProperties": false
Expand Down

0 comments on commit 89e6659

Please sign in to comment.