comparison src/init.luan @ 0:45a3989c3447

start public repo
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 Sep 2025 15:26:39 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:45a3989c3447
1 local Hosted = require "luan:host/Hosted.luan"
2
3 Hosted.set_https and Hosted.set_https(true)
4
5 return true