We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e126f commit 3d76c4aCopy full SHA for 3d76c4a
src/templates.ts
@@ -11,19 +11,7 @@ export const registerTypeTemplates = (resolver: Resolver) => {
11
getContents: () => `// Generated by nuxt-laravel-echo module
12
import type { EchoAppConfig } from '${resolver.resolve('./runtime/types/config.ts')}';
13
14
-declare module 'nuxt/schema' {
15
- interface AppConfig {
16
- echo?: EchoAppConfig;
17
- }
18
- interface AppConfigInput {
19
20
21
-}
22
-
23
declare module '@nuxt/schema' {
24
25
26
27
interface AppConfigInput {
28
echo?: EchoAppConfig;
29
}
0 commit comments