view website/src/init.luan @ 1832:d55c3eaf21d7

add jar
author clarkton <ibraclarkton@gmail.com>
date Wed, 11 Dec 2024 17:17:56 +0000
parents 50e570b598b2
children
line wrap: on
line source

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

Hosted.set_https and Hosted.set_https(true)

return true