Mercurial Hosting > lang
comparison src/init.luan @ 55:5bdd4bc11123
add push
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 17 Aug 2025 18:12:42 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
54:16e5c14eb800 | 55:5bdd4bc11123 |
---|---|
1 local Hosted = require "luan:host/Hosted.luan" | |
2 local Logging = require "luan:logging/Logging.luan" | |
3 local logger = Logging.logger "init" | |
4 | |
5 | |
6 Hosted.set_https and Hosted.set_https(true) | |
7 | |
8 logger.error "init" | |
9 | |
10 return true |