view website/src/init.luan @ 81:a873ccf6d4cd

elvish
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Jun 2025 03:45:13 -0600
parents d5681da8ece8
children
line wrap: on
line source

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

Hosted.set_https and Hosted.set_https(true)

return true