some changes
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
// Generated by nitro
|
||||
|
||||
// App Config
|
||||
import type { Defu } from 'defu'
|
||||
|
||||
|
||||
|
||||
type UserAppConfig = Defu<{}, []>
|
||||
|
||||
declare module "nitropack/types" {
|
||||
interface AppConfig extends UserAppConfig {}
|
||||
interface NitroRuntimeConfig {
|
||||
|
||||
}
|
||||
}
|
||||
export {}
|
||||
Reference in New Issue
Block a user