Skip to content

Commit c36408a

Browse files
Update templates/http-ts/metadata/snippets/component.txt
Co-authored-by: Karthik Ganeshram <[email protected]> Signed-off-by: Thorsten Hans <[email protected]>
1 parent 3abc57c commit c36408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/http-ts/metadata/snippets/component.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ source = "{{ output-path }}/target/{{project-name | kebab_case}}.wasm"
77
allowed_outbound_hosts = []
88

99
[component.{{project-name | kebab_case}}.build]
10-
command = "{{ package-manager }} run build""
10+
command = "{{ package-manager }} run build"
1111
workdir = "{{ output-path }}"

0 commit comments

Comments
 (0)