reverse-shell-generator/netlify.toml

17 lines
268 B
TOML
Raw Normal View History

[build]
functions = "server_functions"
2022-03-19 20:44:03 +00:00
[dev]
publish = "."
port = 8888
framework = "#static"
[context.production]
command = "npm run build"
publish = "./dist"
[[redirects]]
from = "/*"
to = "/.netlify/functions/raw"
status = 200