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.
1 parent 1d147ab commit da7fde0Copy full SHA for da7fde0
examples/upstash/qstash/spin.toml
@@ -13,6 +13,7 @@ component = "qstash"
13
[component.qstash]
14
source = "dist/qstash.wasm"
15
exclude_files = ["**/node_modules"]
16
+allowed_outbound_hosts = ["https://qstash.upstash.io:443"]
17
[component.qstash.build]
18
command = ["npm install", "npm run build"]
-watch = ["src/**/*.ts"]
19
+watch = ["src/**/*.ts"]
examples/upstash/vector/spin.toml
@@ -13,6 +13,7 @@ component = "vector"
[component.vector]
source = "dist/vector.wasm"
+allowed_outbound_hosts = ["https://*.upstash.io"]
[component.vector.build]
0 commit comments