annotate src/init.luan @ 28:ae511a2319d6 default tip

about page work
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 10 Oct 2025 22:26:05 -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