Skip to content

Commit 6a3237f

Browse files
committed
one more try
Signed-off-by: Rajat Jindal <[email protected]>
1 parent c317032 commit 6a3237f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spin.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ trigger = { type = "http", base = "/" }
66
version = "0.1.0"
77

88
[[component]]
9-
id = "goodfirstissue"
9+
id = "backend"
1010
source = "main.wasm"
1111
allowed_http_hosts = ["api.twitter.com", "bsky.social", "opengraph.githubassets.com", "github.com"]
12-
key_value_stores = ["thrilling-chimpanzee"]
12+
key_value_stores = ["default"]
1313
[component.trigger]
1414
route = "/..."
1515
[component.build]
1616
command = "tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go"
17-
watch = ["**/*.go", "go.mod", "spin.toml"]
17+
watch = ["**/*.go", "go.mod", "spin.toml"]

0 commit comments

Comments
 (0)