| 6 | |
| 7 | declare module 'nitropack' { |
| 8 | interface NitroRuntimeConfigApp { |
| 9 | buildAssetsDir: string |
| 10 | cdnURL: string |
| 11 | } |
| 12 | interface NitroRouteRules { |
| 13 | ssr?: boolean |
| 14 | noScripts?: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…