Mercurial Hosting > luan
comparison 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 |
comparison
equal
deleted
inserted
replaced
1994:035996323891 | 1995:301a6561fb6b |
---|---|
1 local Http = require "luan:http/Http.luan" | |
2 local Hosted = require "luan:host/Hosted.luan" | |
3 | |
4 Hosted.set_https and Hosted.set_https(true) | |
5 | |
6 require "site:/private/lib/monitor.luan" | |
7 | |
8 Http.dont_gc and Http.dont_gc() | |
9 | |
10 return true |