Skip to content

Commit 34ee148

Browse files
danielroeBobbieGoede
andcommittedNov 22, 2023
docs: remove reference to ModulePrivateRuntimeConfig
Co-authored-by: Bobbie Goede <bobbiegoede@gmail.com>
1 parent bf50e93 commit 34ee148

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ export interface ModulePublicRuntimeConfig {
6363
NAME: string
6464
}
6565

66-
export interface ModulePrivateRuntimeConfig {
67-
PRIVATE_NAME: string
68-
}
69-
7066
export default defineNuxtModule<ModuleOptions>({
7167
meta: {
7268
name: 'my-module',

0 commit comments

Comments
 (0)
Please sign in to comment.