Temporary preloading
This commit is contained in:
parent
9621120825
commit
8b05bc9f4d
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ use strict;
|
|||
use Plack::Builder;
|
||||
use Plack::App::File;
|
||||
use WebGUI;
|
||||
use WebGUI::Paths;
|
||||
use WebGUI::Paths -preload;
|
||||
use DBI;
|
||||
DBI->install_driver("mysql");
|
||||
use WebGUI::Middleware::Debug::Performance;
|
||||
|
||||
my $config = $ENV{WEBGUI_CONFIG};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue