Re: [Mojolicious] how to run my_app with hypnotoad?

2019-08-26 Thread Dan Book
It is simply "hypnotoad script/my_app". Not sure what you mean by passing dir scheme. -Dan On Mon, Aug 26, 2019 at 2:29 PM Caveman Pl wrote: > Hi, > > I'm runing my_app with command > > morbo -w ./lib -w ./public -w templates script/my_app -l > http://192.168.10.130:1773 > > > my_app file is

[Mojolicious] how to run my_app with hypnotoad?

2019-08-26 Thread Caveman Pl
Hi, I'm runing my_app with command morbo -w ./lib -w ./public -w templates script/my_app -l http://192.168.10.130:1773 my_app file is #!/usr/bin/env perl use strict; use warnings; use FindBin; BEGIN { unshift @INC, "$FindBin::Bin/../lib" } use Mojolicious::Commands; use Mojolicious::Lite; #