Files
oddmuse/stuff/hypnotoad.pl

5 lines
185 B
Perl
Raw Permalink Normal View History

2019-06-10 15:02:10 +02:00
use Mojo::Server::Hypnotoad;
warn "Use hypnotoad -s stuff/hypnotoad.pl to stop the server\n";
my $hypnotoad = Mojo::Server::Hypnotoad->new;
$hypnotoad->run('stuff/mojolicious-app.pl');