Josh Manning

Results 2 issues of Josh Manning

Remove `path` import in `src/integration.ts`, replacing it with a package-level import. #43

Repro: https://github.com/its-jman/auth-astro-repro When running `astro build` with `auth()` included as an integration, the build fails saying `The package "path" wasn't found on the file system...`. There seems to be a...