This example is used to test the package building and bundling. It intentionally doesn't have any paths in the tsconfig.json file, so the packages need to be built to use it.
Create an .env.local file, by copying the .env.local.example file:
cd references/package-tester
cp .env.local.example .env.localThen fill in your API keys from the running local Trigger.dev webapp service.
Run the development server:
pnpm run dev --filter @references/package-tester