Skip to content

Commit 3d76c4a

Browse files
committed
chore: remove outdated type augmentation
1 parent 40e126f commit 3d76c4a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/templates.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,7 @@ export const registerTypeTemplates = (resolver: Resolver) => {
1111
getContents: () => `// Generated by nuxt-laravel-echo module
1212
import type { EchoAppConfig } from '${resolver.resolve('./runtime/types/config.ts')}';
1313
14-
declare module 'nuxt/schema' {
15-
interface AppConfig {
16-
echo?: EchoAppConfig;
17-
}
18-
interface AppConfigInput {
19-
echo?: EchoAppConfig;
20-
}
21-
}
22-
2314
declare module '@nuxt/schema' {
24-
interface AppConfig {
25-
echo?: EchoAppConfig;
26-
}
2715
interface AppConfigInput {
2816
echo?: EchoAppConfig;
2917
}

0 commit comments

Comments
 (0)