Skip to content

Commit

Permalink
Update remix to 0.0.0-nightly-cdb1d32-20230713 to pull in fix from re…
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Jul 13, 2023
1 parent 2d24e50 commit fba3408
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 50 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"dependencies": {
"@microlabs/otel-cf-workers": "^1.0.0-rc.6",
"@remix-run/cloudflare": "^1.18.1",
"@remix-run/css-bundle": "^1.18.1",
"@remix-run/react": "^1.18.1",
"@remix-run/cloudflare": "0.0.0-nightly-cdb1d32-20230713",
"@remix-run/css-bundle": "0.0.0-nightly-cdb1d32-20230713",
"@remix-run/react": "0.0.0-nightly-cdb1d32-20230713",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.19.0",
"@remix-run/dev": "^1.18.1",
"@remix-run/eslint-config": "^1.18.1",
"@remix-run/dev": "0.0.0-nightly-cdb1d32-20230713",
"@remix-run/eslint-config": "0.0.0-nightly-cdb1d32-20230713",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
Expand Down
13 changes: 13 additions & 0 deletions remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ export default {
serverMinify: true,
serverModuleFormat: "esm",
serverPlatform: "neutral",
serverNodeBuiltinsPolyfill: [
'child_process',
'os',
'perf_hooks',
'url',
'http',
'https',
'zlib',
'stream',
'util',
'fs',
'process',
],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
// serverBuildPath: "build/index.js",
Expand Down

0 comments on commit fba3408

Please sign in to comment.