mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
8 lines
115 B
TOML
8 lines
115 B
TOML
|
|
[build]
|
||
|
|
base = "docs/"
|
||
|
|
publish = "build"
|
||
|
|
command = "npm run build"
|
||
|
|
environment = { NODE_VERSION = "20" }
|
||
|
|
|
||
|
|
|