MCPcopy
hub / github.com/nuxt/nuxt / NitroRuntimeConfigApp

Interface NitroRuntimeConfigApp

packages/nitro-server/src/augments.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare module 'nitropack' {
8 interface NitroRuntimeConfigApp {
9 buildAssetsDir: string
10 cdnURL: string
11 }
12 interface NitroRouteRules {
13 ssr?: boolean
14 noScripts?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…