view src/init.luan @ 59:8270106644db

add chat.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 04 Mar 2025 08:22:45 -0700
parents 5bdbbd0a65e1
children effa1e0af52a
line wrap: on
line source

local Hosted = require "luan:host/Hosted.luan"

Hosted.set_https and Hosted.set_https(true)

return true