-module(howdy). -compile(no_auto_import). -export([main/0]). -spec main() -> nil. main() -> _@1 = howdy@server:start( {spa, <<"/"/utf8>>, <<"./priv/static"/utf8>>, <<"./priv/static/index.html"/utf8>>} ), gleam@erlang:sleep_forever().