Initial commit #1
Annotations
8 warnings
build (20.x):
src/apps/backoffice/backend/server.ts#L34
Unexpected console statement
|
build (20.x):
src/apps/backoffice/backend/server.ts#L43
Unexpected console statement
|
build (20.x):
src/apps/backoffice/backend/server.ts#L46
Unexpected console statement
|
build (20.x):
src/apps/backoffice/backend/start.ts#L4
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build (20.x):
src/apps/backoffice/backend/start.ts#L6
Unexpected console statement
|
build (20.x):
src/apps/backoffice/backend/start.ts#L11
Unexpected console statement
|
build (20.x):
tests/apps/backoffice/backend/features/step_definitions/controller.steps.ts#L31
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build (20.x):
tests/apps/backoffice/backend/features/step_definitions/controller.steps.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|