view src/init.luan @ 76:88f46d75d28e

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