view src/init.luan @ 72:8bd99d5f468e

remove scum
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 24 Mar 2025 18:50:48 -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