Gabriele Consiglio
Gabriele Consiglio
I really like this! I am now using this [middleware](https://www.answeroverflow.com/m/1254153802924163164) I found. Anyway having it native would be really great! also for redirect it could be great to have a...
I found a workaround in this [blueprint](https://github.com/oscartbeaumont/vite-hono/blob/main/vite.config.ts). Completing @dihmeetree proposal this works leveraging vite `loadEnv` function. ```ts const env = loadEnv(mode, process.cwd(), '') process.env = env return { plugins: [...
@Soviut no, I had to focus on other topics. Let me know if you do!
I totally agree with this issue. Right now, even if gitignored files cannot be referenced with `@`, the agent can still read sensitive files both through the Read tool and...
I've a similar issue with the italian keyboard. Also not sure if there are other configuration conflicting
same for me
@jacek-prisma just manage to test it. I confirm that the problem is solved from 6.9.0. Thanks for your work!