Patch Start to preload route css in SSR (#2389)

This commit is contained in:
Brendan Allan
2025-09-03 13:28:34 +08:00
committed by GitHub
parent 2777e1dd07
commit 6cfa8ead44
3 changed files with 34 additions and 9 deletions
+3 -1
View File
@@ -55,5 +55,7 @@
"overrides": {
"zod": "3.25.76"
},
"patchedDependencies": {}
"patchedDependencies": {
"@solidjs/start@1.1.7": "patches/@solidjs%2Fstart@1.1.7.patch"
}
}