uppy/examples/companion
Prakash 5519b84409
@uppy: upgrade biome and more improvements (#6244)
- This PR upgrades `biome` from `2.0.5` -> `2.1.2` and adds two new
rules
-
[noUnusedImports](https://biomejs.dev/linter/rules/no-unused-private-class-members)
( we already had suppressions for this rule in code, but the rule itself
was never enabled in the config )
-
[noUnusedPrivateClassMembers](https://biomejs.dev/linter/rules/no-unused-private-class-members/)
- remove stale suppressions. 
- remove stale code.

---------

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-21 12:28:03 +08:00
..
client @uppy: upgrade biome and more improvements (#6244) 2026-05-21 12:28:03 +08:00
output Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
server @uppy/examples: update examples after recent breaking changes (#6299) 2026-05-18 21:03:42 +05:30
.gitignore Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
package.json upgrade to express v5 (#6304) 2026-05-21 11:14:23 +08:00
README.md Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00

@uppy/companion example

This is a simple, lean example that combines the usage of @uppy/companion and uppy client.

Test it

To run this example, make sure you've correctly installed the repository root:

corepack yarn install
corepack yarn build

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

corepack yarn workspace @uppy-example/uppy-with-companion start