comparison src/init.luan @ 22:082b97b7f1d9

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 08:16:58 -0600
parents
children
comparison
equal deleted inserted replaced
21:1956302daa38 22:082b97b7f1d9
1 local Hosted = require "luan:host/Hosted.luan"
2
3 Hosted.set_https and Hosted.set_https(true)
4
5 return true