view src/init.luan @ 77:44598e13d3a6

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 08 Apr 2025 13:48:32 -0600
parents b1982e401900
children
line wrap: on
line source

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

Hosted.set_https and Hosted.set_https(true)

return true