jdrydn
jdrydn
@jpike88 Nice! That `mysql2.ts` file in your PR is literally what I've done to add support to my Sentry instance, so far working really well!
I couldn't find any examples, working or otherwise, so after a decent amount of trial-and-error I've managed to implement SSR with Vite 4.x & Vue 2.7 💪 Here's a functioning...
I think perhaps you're after [`@koa/cors`](https://www.npmjs.com/package/@koa/cors)? If you run the `cors(...)` middleware in `router.use`, then it'll execute, **if and only if**, a route is matched, and return earlier than your...
Been digging into this all day as this broke our deployment pipeline too - thanks for sharing! We've just bumped our version from `3.26.1` which has resolved the issue. There's...
@MylesBorins: > I'd be `-1` on making this a feature in setup-node. We ship a specific version of npm in node.js and it is a one liner to get the...