spin-v2-quickstart/hi/spin.toml

18 lines
293 B
TOML
Raw Normal View History

2023-11-17 08:27:29 +01:00
spin_manifest_version = 2
[application]
authors = ["haqadosch"]
description = "says hi"
name = "hi"
version = "0.1.0"
[[trigger.http]]
route = "/hi"
component = "hi"
[component.hi]
source = "target/hi.wasm"
exclude_files = ["**/node_modules"]
[component.hi.build]
command = "npm run build"