Mateusz Russak
Mateusz Russak
Same here. I tried to use `vite` with `vite-plugin-http2-proxy` and got the same error. Additionally in docs there is no info that this is not yet ready... https://docs.deno.com/api/node/http2/~/createSecureServer
https://github.com/denoland/dnt/pull/417
Same here: ``` error: Failed resolving types. [ERR_TYPES_NOT_FOUND] Could not find types for 'file:///Users/raay/Chat/node_modules/.deno/[email protected]/node_modules/web-push/index.js' imported from 'file:///Users/raay/Chat/deno/config/main.ts' at file:///Users/raay/Chat/deno/config/main.ts:1:21 ``` Interesting part is that `web-push` have in it's package.json `"main":...
try adding them separately: ``` res/raw/cert1.pem res/raw/cert2.pem etc. ``` and them specifying each of them as: ``` ``` (no ".pem" in src of certificates) Anyway for me certs are now...