view website/src/init.luan @ 54:dcd7d082196f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 25 May 2025 15:09:49 -0600
parents d5681da8ece8
children
line wrap: on
line source

local Hosted = require "luan:host/Hosted.luan"

Hosted.set_https and Hosted.set_https(true)

return true