Files
Matt Aitken 9ff4c0dbd5 Project-wide Prettier setup (#237)
* Setup project-wide prettier

* Remove old workspace file

* Remove old debugging directives

* New top-level .prettierignore

* Updated Prettier config settings

* Contrubuting guide: Fix for some bad code blocks

* Added more ignores

* Improved the format script command

* printWidth set to 100

* Formatted entire repo (pnpm run format)
2023-08-01 10:21:22 +01:00
..
2023-08-01 10:21:22 +01:00

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.

Initial setup

Create an .env.local file, by copying the .env.local.example file:

cd examples/package-tester
cp .env.local.example .env.local

Then fill in your API keys from the running local Trigger.dev webapp service.

Running

Run the development server:

pnpm run dev --filter @examples/package-tester