Patch to add HTTP (auto redirected by Deno)

This commit is contained in:
Kevin FEDYNA
2025-01-21 13:31:38 +01:00
parent 7504ec095c
commit 6e59515b4b
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ export default defineConfig({
server: {
cert: await Deno.readTextFile("certs/cert.pem"),
key: await Deno.readTextFile("certs/key.pem"),
port: 443,
port: 443
},
});