view src/init.luan @ 94:8185a3eefe0c default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 05 May 2025 14:15:36 -0600
parents 76baf48ea36b
children
line wrap: on
line source

local Hosted = require "luan:host/Hosted.luan"
local Shared = require "site:/lib/Shared.luan"


Hosted.set_https and Hosted.set_https(true)

return true