Skip to content

Commit 767a848

Browse files
committed
fix
1 parent f0b4904 commit 767a848

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

app/routes/resource.locales.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { globalAppContext } from "~/server/context"
55
import type { Route } from "./+types/resource.locales"
66

77
export async function loader({ request, context }: Route.LoaderArgs) {
8-
const ctx = context.get(globalAppContext)
9-
const { env } = ctx
8+
const { env } = context.get(globalAppContext)
109

1110
const url = new URL(request.url)
1211

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@
8989
"pnpm": ">=10.2.0"
9090
},
9191
"pnpm": {
92-
"onlyBuiltDependencies": [
93-
"@biomejs/biome",
94-
"esbuild",
95-
"lefthook",
96-
"msw"
97-
]
92+
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "lefthook", "msw"]
9893
}
99-
}
94+
}

0 commit comments

Comments
 (0)