18
app/spin-test-app/spin.toml
Normal file
18
app/spin-test-app/spin.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
spin_manifest_version = 2
|
||||
|
||||
[application]
|
||||
name = "spin-test-app"
|
||||
version = "0.1.0"
|
||||
authors = ["kjuulh <contact@kjuulh.io>"]
|
||||
description = ""
|
||||
|
||||
[[trigger.http]]
|
||||
route = "/..."
|
||||
component = "spin-test-app"
|
||||
|
||||
[component.spin-test-app]
|
||||
source = "target/wasm32-wasi/release/spin_test_app.wasm"
|
||||
allowed_outbound_hosts = []
|
||||
[component.spin-test-app.build]
|
||||
command = "cargo build --target wasm32-wasi --release"
|
||||
watch = ["src/**/*.rs", "Cargo.toml"]
|
Reference in New Issue
Block a user