From c36408abbc1f6f6b96619896e936c8e53dc186ec Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Wed, 15 Jan 2025 21:44:10 +0100 Subject: [PATCH] Update templates/http-ts/metadata/snippets/component.txt Co-authored-by: Karthik Ganeshram Signed-off-by: Thorsten Hans --- templates/http-ts/metadata/snippets/component.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/http-ts/metadata/snippets/component.txt b/templates/http-ts/metadata/snippets/component.txt index 2cc1222..dcad5ed 100644 --- a/templates/http-ts/metadata/snippets/component.txt +++ b/templates/http-ts/metadata/snippets/component.txt @@ -7,5 +7,5 @@ source = "{{ output-path }}/target/{{project-name | kebab_case}}.wasm" allowed_outbound_hosts = [] [component.{{project-name | kebab_case}}.build] -command = "{{ package-manager }} run build"" +command = "{{ package-manager }} run build" workdir = "{{ output-path }}" \ No newline at end of file