view website/src/init.luan @ 68:694359b01e06

fix unindent
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 10 Jun 2025 20:32:40 -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