Mercurial Hosting > luan
diff host/admin/src/init.luan @ 1995:301a6561fb6b
add host/admin
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 04 Jul 2025 10:25:38 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/host/admin/src/init.luan Fri Jul 04 10:25:38 2025 -0600 @@ -0,0 +1,10 @@ +local Http = require "luan:http/Http.luan" +local Hosted = require "luan:host/Hosted.luan" + +Hosted.set_https and Hosted.set_https(true) + +require "site:/private/lib/monitor.luan" + +Http.dont_gc and Http.dont_gc() + +return true