view src/init.luan @ 18:30ab8cf88df6 default tip

more mikraite
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 17 Sep 2025 20:40:28 -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