feat: detect internal functions created after dev server already started #4027
Annotations
12 errors
E2E (ubuntu-latest, 18.14.0):
src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
|
E2E (ubuntu-latest, 18.14.0):
src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
|
E2E (ubuntu-latest, 18.14.0)
Process completed with exit code 2.
|
E2E (ubuntu-latest, *):
src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
|
E2E (ubuntu-latest, *):
src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
|
E2E (ubuntu-latest, *)
Process completed with exit code 2.
|
E2E (macOS-latest, *):
src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
|
E2E (macOS-latest, *):
src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
|
E2E (macOS-latest, *)
Process completed with exit code 2.
|
E2E (macOS-latest, 18.14.0):
src/commands/serve/serve.ts#L67
Type 'string | undefined' is not assignable to type 'string'.
|
E2E (macOS-latest, 18.14.0):
src/utils/detect-server-settings.ts#L351
Type '{ https?: { key: string; cert: string; keyFilePath: string; certFilePath: string; } | undefined; port: number; jwtSecret: string; jwtRolePath: string; functions: any; functionsPort: number; }' is not assignable to type 'ServerSettings'.
|
E2E (macOS-latest, 18.14.0)
Process completed with exit code 2.
|