view src/init.luan @ 33:75c09b297e83

about page
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 28 Feb 2026 23:56:13 -0700
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