view src/init.luan @ 74:2918a8773580 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 30 Mar 2025 20:18:53 -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