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

Commit

Permalink
fix(remix): use correct configuration (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 12, 2022
1 parent 94f612b commit e35f96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frameworks/remix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"detect": {
"npmDependencies": ["remix", "@remix-run/netlify"],
"excludedNpmDependencies": [],
"configFiles": ["remix.config.mjs"]
"configFiles": ["remix.config.js"]
},
"dev": {
"command": "remix watch"
Expand Down

0 comments on commit e35f96e

Please sign in to comment.