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.
2 parents c76bec6 + 6c76daf commit 123e877Copy full SHA for 123e877
templates/http-js/content/spin.toml
@@ -15,3 +15,4 @@ source = "target/{{project-name | kebab_case}}.wasm"
15
exclude_files = ["**/node_modules"]
16
[component.{{project-name | kebab_case}}.build]
17
command = "npm run build"
18
+watch = ["src/**/*.js", "package.json"]
templates/http-ts/content/spin.toml
+watch = ["src/**/*.ts", "package.json"]
0 commit comments