Optimized look and user experience; fixed errors
This commit is contained in:
12
server
Executable file
12
server
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env perl
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin";
|
||||
|
||||
$ENV{MOJO_LISTEN} //= "http://127.0.0.1:3000";
|
||||
|
||||
# Start command line interface for application
|
||||
require Mojolicious::Commands;
|
||||
my $app = Mojolicious::Commands->start_app("TrsrDB::HTTP");
|
||||
Reference in New Issue
Block a user