We'll be using the fuse.js library to do fuzzy searching. When a new package is introduced into a repo, we need to make sure that it's reflected in things like our pnpm-lock.yml file so that when others install the project, they're aware that fuse.js is a new dependency.
Talk to a older team member if you need help with this. It's a lot simpler than it seems, there's just a bunch of annoying config type stuff to do.
Acceptance criteria:
fuse.js is a package that is usable in cooper's api
the appropriate files are modified such that current methods to build cooper are not disturbed
We'll be using the fuse.js library to do fuzzy searching. When a new package is introduced into a repo, we need to make sure that it's reflected in things like our pnpm-lock.yml file so that when others install the project, they're aware that fuse.js is a new dependency.
Talk to a older team member if you need help with this. It's a lot simpler than it seems, there's just a bunch of annoying config type stuff to do.
Acceptance criteria: