[build-utils] Make repoRootPath non-optional (#7909)

This value is always set in the Vercel build infra, so mark the type as non-optional.
This commit is contained in:
Nathan Rajlich
2022-06-01 12:39:45 -07:00
committed by GitHub
parent 1c8f91031a
commit 960c66584c
6 changed files with 8 additions and 5 deletions

View File

@@ -1735,6 +1735,7 @@ export default class DevServer {
entrypoint: match.entrypoint,
workPath,
config: match.config || {},
repoRootPath: this.cwd,
meta: {
isDev: true,
requestPath,