annotate src/init.luan @ 7:a94c1043ce05

mikraite
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 13 Sep 2025 18:09:47 -0600
parents 45a3989c3447
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 local Hosted = require "luan:host/Hosted.luan"
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 Hosted.set_https and Hosted.set_https(true)
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4
45a3989c3447 start public repo
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 return true