This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Add SolidJS framework configuration #807
Labels
good first issue
Good for newcomers
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Which problem is this feature request solving?
We currently detect Solid Start, but not Solid JS
Describe the solution you'd like
Currently we only have a configuration for Solid Start. See https://github.com/netlify/framework-info/blob/main/src/frameworks/solid-start.json.
We'd need to add a solid-js.json configuration for SolidJS.
We’d need to do is look for
the solid-js
npm dependency and havesolid-start
in the excluded npm dependencies for a “vanilla” SolidJS app.e.g.
We'd also need SolidJS logos.
And we’d need to exclude the solid-js dependency from the vite framework info.
Describe alternatives you've considered
N/A
Can you submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: