Static file support

This commit is contained in:
Aleks Rūtiņš 2024-09-09 06:43:14 -04:00
parent 46b5593cb3
commit a284657783
3 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,7 @@ module Phlexite
def initialize: (String, Site) -> void
def page: (String, untyped) -> void
def group: (String) { (Router) -> void } -> void
def mount: (String, on: String) -> void
private
def full_out_path: (String) -> String