File tree Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ key_value_stores = ["default"]
1313route = " /..."
1414[component .build ]
1515command = " spin py2wasm app -o app.wasm"
16+ watch = [" app.py" ]
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ source = "app.wasm"
1212route = " /..."
1313[component .build ]
1414command = " spin py2wasm app -o app.wasm"
15+ watch = [" app.py" , " Pipfile*" ]
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ source = "app.wasm"
1212route = " /..."
1313[component .build ]
1414command = " spin py2wasm app -o app.wasm"
15+ watch = [" app.py" ]
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ allowed_http_hosts = ["https://some-random-api.ml"]
1414route = " /..."
1515[component .build ]
1616command = " spin py2wasm app -o app.wasm"
17+ watch = [" app.py" ]
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ source = "app.wasm"
1313route = " /..."
1414[component .build ]
1515command = " spin py2wasm app -o app.wasm"
16+ watch = [" app.py" ]
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ source = "app.wasm"
1212route = " {{http-path}}"
1313[component .build ]
1414command = " spin py2wasm app -o app.wasm"
15+ watch = [" app.py" , " Pipfile" ]
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ route = "{{http-path}}"
66[component.build]
77command = "spin py2wasm app -o app.wasm"
88workdir = "{{ output-path }}"
9-
9+ watch = ["app.py", "Pipfile"]
You can’t perform that action at this time.
0 commit comments