view website/src/init.luan @ 1851:9d093f14e240 default tip

clear global_callables on site close
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 22 Feb 2025 23:38:40 -0700
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