system-prompts-and-models-o.../Universal_AI_Agent/netlify.toml
dopeuni444 ccdc080dc4 v
2025-08-08 10:13:06 +04:00

17 lines
248 B
TOML

[build]
command = "npm run build"
publish = "/"
functions = "functions"
[[redirects]]
from = "/*"
to = "/server.js"
status = 200
[dev]
command = "node server.js"
port = 3000
targetPort = 3001
publish = "/"
autoLaunch = true