view src/init.luan @ 69:2311b8b8537a

discord link
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 18 Nov 2024 09:34:14 -0700
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