view src/init.luan @ 82:d990b7aa68b4

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 14 Apr 2025 16:26:37 -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