view src/luan/modules/host/Hosted.luan @ 1806:3b7a8f1cc887 default tip

update discord
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 09 May 2024 20:39:53 -0600
parents 732b5de211fc
children
line wrap: on
line source

local Hosted = {}

Hosted.is_hosted = false

function Hosted.postgres_spec()
	return nil
end

return Hosted