Added documentation to #run

This commit is contained in:
Dominic Grimm 2022-02-07 20:47:32 +01:00
parent 32396b8833
commit e3163c9946

View file

@ -1,6 +1,7 @@
module Backend
extend self
# Runs backend services
def run : Nil
{% if flag?(:development) %}
Log.warn { "Backend is running in development mode! Do not use this in production!" }