diff src/init.luan @ 26:5bdbbd0a65e1

https
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 Nov 2024 23:06:58 -0700
parents
children effa1e0af52a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/init.luan	Tue Nov 05 23:06:58 2024 -0700
@@ -0,0 +1,5 @@
+local Hosted = require "luan:host/Hosted.luan"
+
+Hosted.set_https and Hosted.set_https(true)
+
+return true