view src/init.luan @ 13:8f9aa9800737 default tip

start blog
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 15 Sep 2025 20:07:12 -0600
parents 45a3989c3447
children
line wrap: on
line source

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

Hosted.set_https and Hosted.set_https(true)

return true