comparison src/init.luan @ 26:5bdbbd0a65e1

https
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 Nov 2024 23:06:58 -0700
parents
children effa1e0af52a
comparison
equal deleted inserted replaced
25:13f4d2c8b8fe 26:5bdbbd0a65e1
1 local Hosted = require "luan:host/Hosted.luan"
2
3 Hosted.set_https and Hosted.set_https(true)
4
5 return true