You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .jules/bolt.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
21
21
## 2026-07-12 - [Express 5 Wildcard Route Crash]
22
22
23
-
**Learning:** In Express 5, the wildcard route path "*" is no longer supported and throws a PathError at runtime because path-to-regexp v8 require named parameters or regular expressions for wildcards.
24
-
**Action:** Use the regular expression /.*/ for catch-all routes (e.g., for SPA routing) instead of the string "*".
23
+
**Learning:** In Express 5, the wildcard route path "_" is no longer supported and throws a PathError at runtime because path-to-regexp v8 require named parameters or regular expressions for wildcards.
24
+
**Action:** Use the regular expression /._/ for catch-all routes (e.g., for SPA routing) instead of the string "*".
25
25
26
26
## 2026-07-12 - [Optimizing List Filtering Performance]
0 commit comments