mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 10:56:10 +00:00
17 lines
268 B
TOML
17 lines
268 B
TOML
[build]
|
|
functions = "server_functions"
|
|
|
|
[dev]
|
|
publish = "."
|
|
port = 8888
|
|
framework = "#static"
|
|
|
|
[context.production]
|
|
command = "npm run build"
|
|
publish = "./dist"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/raw"
|
|
status = 200
|