This package is used by GitHub Actions to build single-file Linux and macOS
executables that embed the production frontend and a Node.js runtime. Each
binary serves the Vite dist output directly and has the same runtime
configuration environment variables as the Docker image:
PORT: HTTP port, defaults to3000HOST: listen address, defaults to0.0.0.0DEFAULT_SERVERS: comma-separated Jellyfin server URLsDISABLE_SERVER_SELECTION: set to1to hide server selectionHISTORY_ROUTER_MODE: set to0for hash routing; otherwise history routing is used
The workflow copies packages/frontend/dist into this directory before running
pkg, so the generated dist directory is intentionally ignored. Release
builds currently publish:
jellyfin-vue-linux-x86_64jellyfin-vue-linux-aarch64jellyfin-vue-macos-x86_64jellyfin-vue-macos-aarch64