view src/init.luan @ 2:c33c1f76ef2c

start changes
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 Sep 2025 19:54:06 -0600
parents 45a3989c3447
children
line wrap: on
line source

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

Hosted.set_https and Hosted.set_https(true)

return true