Wind

Results 135 issues of Wind

Closes #1153 ## Description This PR introduces two new features to improve middleware handling in h3: 1. **Middleware meta support**: Adds metadata support to middleware, similar to how routes can...

```ts // Without extension genString("file") // Returns: "file" genString("file", { singleQuotes: true }) // Returns: 'file' // With extension genString("file", { extension: "ts" }) // Returns: "file.ts" genString("file", { singleQuotes:...

Is it possible to make a lot of helpful utils for someone who does npm packages in general? - export paths - export openapi

### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/elements/blob/master/CODE_OF_CONDUCT.md). -...

Needs Triage

### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/elements/blob/master/CODE_OF_CONDUCT.md). -...

bug