annotate website/src/init.luan @ 93:9bb0c8f5bfb9 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 13 Jul 2025 18:55:27 -0600
parents d5681da8ece8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
53
d5681da8ece8 add website
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 local Hosted = require "luan:host/Hosted.luan"
d5681da8ece8 add website
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2
d5681da8ece8 add website
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 Hosted.set_https and Hosted.set_https(true)
d5681da8ece8 add website
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4
d5681da8ece8 add website
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 return true