mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 04:17:22 +00:00
17 lines
248 B
TOML
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
|