This sub-project is responsible for transpiling and assembling @steambrew/client and @steambrew/webkit into a bundle that is injectable into the Steam Client. `StartPreloader` is the main function that is called from the backend of Millennium in C++ with
npm install @steambrew/apiStartPreloader is the main function that is called from the backend of Millennium in C++ with provided parameters.
./build. This folder should be symlinked to STEAM_PATH/ext/data/shims on Windows (check root README for location on Unix).
pnpm link --global from the @steambrew package, and then running pnpm link @steambrew/the_package_name --global from here.
pnpm run build uses your local dev version of your @steambrew package instead of the remote version on the NPM registry.