diff --git a/bun.lockb b/bun.lockb index 89e5f92..79af5a8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app.d.ts b/src/app.d.ts index c71da9b..f9bdd0d 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -2,7 +2,11 @@ // for information about these interfaces declare global { namespace App { - interface Error {} + interface Error { + code: string; + id: string; + message: string; + } // interface Locals {} // interface PageData {} // interface PageState {} diff --git a/src/app.html b/src/app.html index 0ea48ff..9166981 100644 --- a/src/app.html +++ b/src/app.html @@ -1,7 +1,9 @@
+