This commit is contained in:
14
app.config.ts
Normal file
14
app.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default defineAppConfig({
|
||||
myLayer: {
|
||||
name: 'Hello from Nuxt layer'
|
||||
}
|
||||
})
|
||||
|
||||
declare module '@nuxt/schema' {
|
||||
interface AppConfigInput {
|
||||
myLayer?: {
|
||||
/** Project name */
|
||||
name?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user