Skip to content

Commit

Permalink
Upgrade Remix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 19, 2024
1 parent f33a4ee commit eabef5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@octokit/auth-app": "^6.0.1",
"@octokit/core": "^5.0.0",
"@primer/octicons": "^19.4.0",
"@remix-run/cloudflare": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/cloudflare": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@sentry/remix": "^7.58.0",
"@sergiodxa/api-client": "^1.0.2",
"@tailwindcss/forms": "^0.5.3",
Expand Down Expand Up @@ -85,9 +85,9 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@faker-js/faker": "^8.0.2",
"@remix-run/dev": "^2.5.0",
"@remix-run/eslint-config": "^2.5.0",
"@remix-run/node": "^2.5.0",
"@remix-run/dev": "^2.5.1",
"@remix-run/eslint-config": "^2.5.1",
"@remix-run/node": "^2.5.1",
"@testing-library/jest-dom": "^5.16.4",
"@types/dotenv": "^8.2.0",
"@types/inflected": "^2.1.3",
Expand Down
2 changes: 0 additions & 2 deletions server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ import { getClientIPAddress } from "remix-utils/get-client-ip-address";
import { EnvSchema } from "./env";
import { Measurer } from "./measure";

// @ts-expect-error
if (process.env.NODE_ENV === "development") logDevReady(build);

// @ts-expect-error
let remix = createRequestHandler(build, build.mode);

export async function onRequest(
Expand Down

0 comments on commit eabef5e

Please sign in to comment.