fix: hoist sharp for remix server runtime and drop patches from docker build

The remix server bundle externalizes sharp and resolves it from the
workspace root, but the lockfile left it nested under packages/lib.
Declaring it at the root guarantees the hoist. Also removes the
Dockerfile patch directory copies now that no patches remain.
This commit is contained in:
Lucas Smith
2026-08-17 22:01:33 +10:00
parent 22aec1d989
commit 469fdc20fc
3 changed files with 548 additions and 1645 deletions
+1
View File
@@ -130,6 +130,7 @@
"posthog-node": "4.18.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sharp": "0.35.3",
"typescript": "5.6.2",
"@marsidev/react-turnstile": "^1.5.0",
"zod": "^3.25.76"