MediaTracker icon indicating copy to clipboard operation
MediaTracker copied to clipboard

config.ts: allow to set PUBLIC_PATH via environment

Open makefu opened this issue 2 months ago • 0 comments

i am trying to package the project for nixos, this posed more of a challenge than expected as the client requires the rest-api module which can only be built after generating data from the server. That is why currently i've split the package into two parts which results in two artifacts which are indepentent of each other. By overriding the PUBLIC_PATH it is possible to set the path to the generated frontend on a later stage.

makefu avatar Oct 22 '25 21:10 makefu