fix: set outputFileTracingRoot for predictable standalone output

This commit is contained in:
CREDO23 2026-03-17 19:28:27 +02:00
parent 8cf12db72a
commit ec118ed011
4 changed files with 5 additions and 10 deletions

View file

@ -13,17 +13,10 @@ files:
- "!scripts"
- "!release"
extraResources:
- from: ../surfsense_web/.next/standalone/
- from: ../surfsense_web/.next/standalone/surfsense_web/
to: standalone/
filter:
- "**/*"
- "!node_modules"
- from: ../surfsense_web/.next/standalone/node_modules/
to: standalone/node_modules/
filter: ["**/*"]
- from: ../surfsense_web/.next/standalone/.next/
to: standalone/.next/
filter: ["**/*"]
- from: ../surfsense_web/.next/static/
to: standalone/.next/static/
filter: ["**/*"]