chore(api): restructure route dir #182
Annotations
4 errors and 1 warning
Check Types:
server/api/review-tag/index.delete.ts#L3
'ReviewTag' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Check Types:
server/api/review-tag/index.post.ts#L1
'ReviewTag' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Check Types:
server/api/review-tag/index.post.ts#L21
Argument of type '{ id: number; title: string; parent: number; } | undefined' is not assignable to parameter of type '{ id: number; title: string; parent: number; }'.
|
Check Types
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading