We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3202075 commit 8788060Copy full SHA for 8788060
plugin/src/helpers/config.ts
@@ -7,14 +7,12 @@ import slash from 'slash'
7
8
import { HANDLER_FUNCTION_NAME, ODB_FUNCTION_NAME } from '../constants'
9
10
+import type { RoutesManifest } from './types'
11
+
12
const ROUTES_MANIFEST_FILE = 'routes-manifest.json'
13
14
type NetlifyHeaders = NetlifyConfig['headers']
15
-// This is the minimal amount of typing required for now
-// add other properties as needed from the routes-manifest.json
16
-export type RoutesManifest = { headers: Header[] }
17
-
18
export interface RequiredServerFiles {
19
version?: number
20
config?: NextConfigComplete
0 commit comments