summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-09-03 13:28:34 +0800
committerGitHub <[email protected]>2025-09-03 01:28:34 -0400
commit854f9227a21d34252a3d54fbd0385c1745730152 (patch)
tree57edac0e8c39c56da89d279b4b29cc796d917232 /package.json
parent8d368fdfd2d1ea363f29710bada6e538ad64fb2e (diff)
downloadopencode-854f9227a21d34252a3d54fbd0385c1745730152.tar.gz
opencode-854f9227a21d34252a3d54fbd0385c1745730152.zip
Patch Start to preload route css in SSR (#2389)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index a38d1b613..25622fcc7 100644
--- a/package.json
+++ b/package.json
@@ -55,5 +55,7 @@
"overrides": {
"zod": "3.25.76"
},
- "patchedDependencies": {}
+ "patchedDependencies": {
+ "@solidjs/[email protected]": "patches/@solidjs%[email protected]"
+}
}