view src/init.luan @ 88:f320d444face

finish beanshell
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 22 Apr 2025 23:11:59 -0600
parents b1982e401900
children 76baf48ea36b
line wrap: on
line source

local Hosted = require "luan:host/Hosted.luan"

Hosted.set_https and Hosted.set_https(true)

return true