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 affec4c commit a5ced42Copy full SHA for a5ced42
spin.toml
@@ -49,6 +49,15 @@ id = "trigger-bartholomew-spin-v3"
49
component = "bartholomew-spin-v3"
50
route = "/spin/v3/..."
51
52
+[[trigger.http]]
53
+id = "trigger-well-known"
54
+component = "well-known"
55
+route = "/.well-known/..."
56
+
57
+[component.well-known]
58
+source = "modules/spin_static_fs.wasm"
59
+files = [{ source = "well-known/", destination = "/" }]
60
61
[component.bartholomew]
62
# Using build from bartholomew main
63
source = "modules/bartholomew.wasm"
well-known/wasm-pkg/registry.json
@@ -0,0 +1,4 @@
1
+{
2
+ "ociRegistry": "ghcr.io",
3
+ "ociNamespacePrefix": "spinframework/wasm-pkg/"
4
+}
0 commit comments