We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abc57c commit c36408aCopy full SHA for c36408a
templates/http-ts/metadata/snippets/component.txt
@@ -7,5 +7,5 @@ source = "{{ output-path }}/target/{{project-name | kebab_case}}.wasm"
7
allowed_outbound_hosts = []
8
9
[component.{{project-name | kebab_case}}.build]
10
-command = "{{ package-manager }} run build""
+command = "{{ package-manager }} run build"
11
workdir = "{{ output-path }}"
0 commit comments