Replies: 1 comment
-
I also need this option. Currently when I try to use import { defineConfig } from "vite";
import { fresh } from "@fresh/plugin-vite";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [fresh(), tailwindcss()],
server: {
https: {
key: "./certs/key.pem",
cert: "./certs/cert.pem",
},
},
}); I get the following error:
which is because Deno has not implemented the appropriate node functionality yet. But Deno can |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an option to add a https certificate to the
deno task dev
anddeno task start
commands?Beta Was this translation helpful? Give feedback.
All reactions