Moved init script into scripts folder
This commit is contained in:
parent
c1b999c3ed
commit
744e20b510
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use lib 'lib';
|
use FindBin qw/ $Bin /;
|
||||||
|
use lib '$Bin/../lib';
|
||||||
use Mojolicious::Commands;
|
use Mojolicious::Commands;
|
||||||
|
|
||||||
Mojolicious::Commands->start_app("Pear::LocalLoop");
|
Mojolicious::Commands->start_app("Pear::LocalLoop");
|
Reference in a new issue