Implement Global Error Boundary (#4765)

* Implement global error boundary

* add 404 page for generic path catching

* devbuild

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Marcello Fitton
2025-12-12 15:08:12 -08:00
committed by GitHub
parent c7b16c9aa8
commit 62b45a76dc
7 changed files with 189 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['upgrade-multer'] # put your current branch to create a build. Core team only.
branches: ['enhancement-error-boundary'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'