chore(module): update

This commit is contained in:
Benjamin Canac
2024-03-07 16:57:14 +01:00
parent 46e27304e8
commit b08d2bd3c6
5 changed files with 28 additions and 15 deletions

5
src/runtime/types/app.config.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '#build/app.config' {
import type { AppConfig } from '@nuxt/schema'
const _default: AppConfig
export default _default
}