mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
27 lines
452 B
TOML
27 lines
452 B
TOML
[build]
|
|
command = "npm install"
|
|
functions = "netlify/functions"
|
|
publish = "public"
|
|
|
|
[functions]
|
|
node_bundler = "esbuild"
|
|
|
|
[[redirects]]
|
|
from = "/trailer"
|
|
to = "/.netlify/functions/trailer"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/health"
|
|
to = "/.netlify/functions/health"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/cache"
|
|
to = "/.netlify/functions/cache"
|
|
status = 200
|
|
|
|
[dev]
|
|
command = "npm run dev"
|
|
port = 3001
|
|
publish = "public"
|