mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
fix: set outputFileTracingRoot for predictable standalone output
This commit is contained in:
parent
8cf12db72a
commit
ec118ed011
4 changed files with 5 additions and 10 deletions
|
|
@ -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: ["**/*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue