Skip to content

Commit 0387493

Browse files
authored
Update nuxt.config.ts
1 parent 57388bd commit 0387493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import { readFileSync, writeFileSync } from 'fs'
2+
import consola from 'consola'
3+
14
let https = {}
25
if (/yes|1|on|true/i.test(`${process.env.SESAME_HTTPS_ENABLED}`)) {
36
try {

0 commit comments

Comments
 (0)