turbo repo package not found
I added a new turborepo package in my turbo repo repository, but I get this error:
I added the
@acme/validation
package. It contains an index.ts
file which exports all files inside /src
.
Do I need to update anything else?1 Reply
in your
package.json
in same path as @acme/validation
your name
property should be the same e.g as well as this set your main
and types
to something like this