Alex Korytskyi
Alex Korytskyi
@Spittal @pixari Guys, are you going to maintain this package? I found it a very good tool and we use it in our project. There are a lot of features...
@manniL cannot reproduce as there is a syntax bug in the provided stackblitz snippet. ``` // in the snippet // as it should be ``` Also works for me like...
@manniL thanks for the clarification, I'll try debug it
Waiting for the next Nitro release, where related fix should be included
Hi @pi0 , I will take a look and create a new PR to keep tests inprovements
@pi0 Could it be just as simple as this: ``` import { readFileSync } from "node:fs"; import { resolve } from "pathe"; ... let cert = process.env.NITRO_SSL_CERT; let key =...
Working on this