10 sourceRoot = "${src.name}/web";
13 substituteInPlace package.json \
14 --replace-fail "--base=/BASE_PATH/" ""
17 src/views/system/StorageMetrics.tsx \
18 src/components/card/{AnimatedEvent,Export,Review}Card.tsx \
19 src/components/timeline/EventSegment.tsx \
20 src/pages/Exports.tsx \
21 src/components/player/PreviewThumbnailPlayer.tsx \
22 --replace-fail "/media/frigate" "/var/lib/frigate" \
24 substituteInPlace src/views/system/StorageMetrics.tsx \
25 --replace-fail "/tmp/cache" "/var/cache/frigate"
28 npmDepsHash = "sha256-PLs3oCWQjK38eHgdQt2Qkj7YqkfanC8JnLMpzMjNfxU=";