view website/src/init.luan @ 93:9bb0c8f5bfb9 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 13 Jul 2025 18:55:27 -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