- migrate package management to pnpm - migrate test suite to vitest - also remove Anify integration
Env
Removes the `Env` parameter from several functions to simplify their signatures and rely on the global `env` for configuration. This change reduces the number of arguments passed around, making the code cleaner and easier to maintain.