Skip to content

Commit

Permalink
spin: rename
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 8, 2023
1 parent 2d25bfb commit 48869d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
name = "cloud-life"
name = "cloudlife"
version = "0.1.0"
authors = ["deadprogram <[email protected]>"]
description = ""
Expand All @@ -15,7 +15,7 @@ source = "universe/main.wasm"
key_value_stores = ["default"]
allowed_outbound_hosts = []
[component.universe.build]
command = "tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go"
command = "tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm ."
workdir = "universe"
watch = ["**/*.go", "go.mod"]

Expand Down

0 comments on commit 48869d3

Please sign in to comment.