view src/init.luan @ 28:ae511a2319d6 default tip

about page work
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 10 Oct 2025 22:26:05 -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