(root: string, dir: string)
| 1158 | } |
| 1159 | |
| 1160 | function resolvedAllowDir(root: string, dir: string): string { |
| 1161 | return normalizePath(path.resolve(root, dir)) |
| 1162 | } |
| 1163 | |
| 1164 | const _serverConfigDefaults = Object.freeze({ |
| 1165 | port: DEFAULT_DEV_PORT, |
no test coverage detected