Commit cddd29e
authored
fix: Fix node adpater requiring cloudflare dependencies (#35)
Rel #34
**Issue**
Running the package with the node adapter, requires
`@remix-run/cloudflare`
**Fix**
Replace the `@remix-run/cloudflare` with `@remix-run/server-runtime`,
since it's dev env it shouldn't be much of an issue1 parent 2d861b6 commit cddd29e
3 files changed
+107
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments