mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
8 lines
115 B
TOML
8 lines
115 B
TOML
|
[build]
|
||
|
base = "docs/"
|
||
|
publish = "build"
|
||
|
command = "npm run build"
|
||
|
environment = { NODE_VERSION = "20" }
|
||
|
|
||
|
|