Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit e594ddf

Browse files
authoredNov 10, 2022
fix: updated Remix framework info that was missing (#836)
* fix: updated Remix framework info that was missing * chore: remove port as per PR feedback
1 parent ec9dff3 commit e594ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/frameworks/remix.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Remix",
44
"category": "static_site_generator",
55
"detect": {
6-
"npmDependencies": ["remix", "@remix-run/netlify"],
6+
"npmDependencies": ["remix", "@remix-run/netlify", "@remix-run/netlify-edge"],
77
"excludedNpmDependencies": [],
88
"configFiles": ["remix.config.js"]
99
},

0 commit comments

Comments
 (0)
This repository has been archived.