We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57388bd commit 0387493Copy full SHA for 0387493
nuxt.config.ts
@@ -1,3 +1,6 @@
1
+import { readFileSync, writeFileSync } from 'fs'
2
+import consola from 'consola'
3
+
4
let https = {}
5
if (/yes|1|on|true/i.test(`${process.env.SESAME_HTTPS_ENABLED}`)) {
6
try {
0 commit comments