We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d035ec commit 6be4de3Copy full SHA for 6be4de3
infrastructure/terraform/modules/backend-api/locals.tf
@@ -24,6 +24,7 @@ locals {
24
list_template = "src/templates/list.ts"
25
set_file_virus_scan_status = "src/templates/set-letter-file-virus-scan-status.ts"
26
submit_template = "src/templates/submit.ts"
27
+ template_client = "src/index.ts"
28
update_template = "src/templates/update.ts"
29
}
30
0 commit comments