close to final version added the subtaskand comment working section
This commit is contained in:
21
temp_spin/temp/spin.toml
Normal file
21
temp_spin/temp/spin.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
spin_manifest_version = 2
|
||||
|
||||
[application]
|
||||
authors = ["tusuii <tusuii764@gmail.com>"]
|
||||
description = ""
|
||||
name = "temp"
|
||||
version = "0.1.0"
|
||||
|
||||
[[trigger.http]]
|
||||
route = "/..."
|
||||
component = "temp"
|
||||
|
||||
[component.temp]
|
||||
source = "dist/temp.wasm"
|
||||
exclude_files = ["**/node_modules"]
|
||||
allowed_outbound_hosts = [
|
||||
# "tcp://127.0.0.1:*", # Uncomment this line to while using the StarlingMonkey Debugger
|
||||
]
|
||||
[component.temp.build]
|
||||
command = ["npm install", "npm run build"]
|
||||
watch = ["src/**/*.js"]
|
||||
Reference in New Issue
Block a user