comparison src/init.luan @ 91:76baf48ea36b

add translation
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 17:17:52 -0600
parents b1982e401900
children
comparison
equal deleted inserted replaced
90:0dced626778b 91:76baf48ea36b
1 local Hosted = require "luan:host/Hosted.luan" 1 local Hosted = require "luan:host/Hosted.luan"
2 local Shared = require "site:/lib/Shared.luan"
3
2 4
3 Hosted.set_https and Hosted.set_https(true) 5 Hosted.set_https and Hosted.set_https(true)
4 6
5 return true 7 return true