Skip to content

Commit

Permalink
feat: add solid support
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Aug 24, 2023
1 parent 8ed4dcb commit f071e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"framework": {
"type": "string",
"enum": ["nerv", "react", "preact", "vue", "vue3"]
"enum": ["nerv", "react", "preact", "solid", "vue", "vue3"]
},
"compiler": {
"oneOf": [
Expand Down

0 comments on commit f071e21

Please sign in to comment.