comparison src/init.luan @ 70:effa1e0af52a

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 06 Mar 2025 20:16:13 -0700
parents 5bdbbd0a65e1
children
comparison
equal deleted inserted replaced
69:e229f4aacde0 70:effa1e0af52a
1 local Hosted = require "luan:host/Hosted.luan" 1 local Hosted = require "luan:host/Hosted.luan"
2 local Logging = require "luan:logging/Logging.luan"
3 local logger = Logging.logger "init"
2 4
3 Hosted.set_https and Hosted.set_https(true) 5 Hosted.set_https and Hosted.set_https(true)
4 6
7 logger.error "init"
8
5 return true 9 return true