mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-09 21:07:48 +00:00
Attempting to correct previous issues with monorepo structure
This commit is contained in:
20
Sveltekit-App/src/error.html
Normal file
20
Sveltekit-App/src/error.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!-- This page should only appear when an unhandled error is thrown in the +layout.server.ts file -->
|
||||
|
||||
<h1>Game over, man! Game over!</h1>
|
||||
<strong>
|
||||
No but seriously, it appears there was an unhandled issue loading the layout of the application
|
||||
</strong>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<a
|
||||
href="https://github.com/sailpoint-oss/idn-admin-console/issues/new/choose"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Please let us know by submitting an issue on GitHub
|
||||
</a>
|
||||
|
||||
<p>Error Code: %sveltekit.status%</p>
|
||||
<p>Error Message: %sveltekit.error.message%</p>
|
||||
Reference in New Issue
Block a user