Erick Christian

Results 3 issues of Erick Christian

I want to mock a missing endpoint for my project. I set it up so every request that is sent, has an `Authorization` header. But because of that same header,...

### Describe the bug When a JSR package is listed inside package.json, somehow taze won't show all outdated dependencies. The package is added using `bunx jsr add @std/cli` Running `bunx...

Define the export properly for solid plugin in package.json, so instead of ```typescript import solidPlugin from "./node_modules/@opentui/solid/scripts/solid-plugin" await Bun.build({ entrypoints: ["./index.tsx"], target: "bun", outdir: "./build", plugins: [solidPlugin], compile: { target:...