Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
web-abin committed Jun 20, 2024
1 parent b2ad493 commit 14836e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .nuxt/types/nitro-routes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import type { Serialize, Simplify } from 'nitropack'
declare module 'nitropack' {
type Awaited<T> = T extends PromiseLike<infer U> ? Awaited<U> : T
interface InternalApi {
'/__nuxt_error': {
'default': Simplify<Serialize<Awaited<ReturnType<typeof import('../../node_modules/nuxt/dist/core/runtime/nitro/renderer').default>>>>
}
}
}
export {}
2 changes: 1 addition & 1 deletion .output/nitro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-06-20T09:38:46.807Z",
"date": "2024-06-20T09:40:09.291Z",
"preset": "nitro-prerender",
"commands": {
"preview": "npx serve ./public"
Expand Down

0 comments on commit 14836e0

Please sign in to comment.