This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add detection for SolidJS (#813)
- Loading branch information
1 parent
7cfce5a
commit b06c7df
Showing
5 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"id": "solid-js", | ||
"name": "SolidJS", | ||
"category": "static_site_generator", | ||
"detect": { | ||
"npmDependencies": ["solid-js"], | ||
"excludedNpmDependencies": ["solid-start"], | ||
"configFiles": [] | ||
}, | ||
"dev": { | ||
"command": "npm run dev", | ||
"port": 3000, | ||
"pollingStrategies": [{ "name": "TCP" }] | ||
}, | ||
"build": { | ||
"command": "npm run build", | ||
"directory": "netlify" | ||
}, | ||
"logo": { | ||
"default": "/logos/solid-js/default.svg", | ||
"light": "/logos/solid-js/default.svg", | ||
"dark": "/logos/solid-js/dark.svg" | ||
}, | ||
"env": {}, | ||
"plugins": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters