-
### Environment
node v20.13.0
### Reproduction
see below
### Describe the bug
usage
1. `pnpm changelogen --clean --github false --release --minor`
2. git push --tags
with `sync re…
-
Today, handlers from src/runtime/server/lib/oauth are injected into the Nuxt context when the module is installed.
Would it be desirable to expand the scope of this package by providing those funct…
-
Nuxt 2 implementation:
- https://github.com/nuxt/nuxt.js/blob/dev/packages/server/src/middleware/nuxt.js#L130
- (also fragmentations in several places)
I guess we can try making an standard unjs …
-
### Environment
nodejs
v1.8.0
### Reproduction
```js
const storage = createStorage();
await storage.setItem('123', '456')
const item = await storage.getItem('123');
console.log(item, typ…
-
https://lucia-auth.com/guides/oauth/multiple-providers
-
### Environment
/
### Reproduction
/
### Describe the bug
The idea is to have a template with a check list in order to check things before they are published.
```[tasklist]
### Task…
-
Context: https://github.com/nuxt/cli/issues/159
https://github.com/unjs/node-fetch-native?tab=readme-ov-file#fetch-with-proxy-support
-
### Describe the feature
Hi 👋🏻
I'm using consola in all of my project and in few of them I've to colorize the output text along with the type. For example with consola.info we'll get output lik…
-
There is a project called Un-JS (https://unjs.io/), describing themselves like this:
> A robust ecosystem, driven by the UNIX Philosophy, housing purpose-built, high-quality JavaScript utilities, l…
-
### Environment
Preset: node-server
Nitro: 2.9.6
Node: v18.18.0 (Stackblitz) / v20.5.1
### Reproduction
The chat example from crossws.
No websocket logs are printed and the ping button do…