Changeset 2624 in ProjectBuilder for devel/pb-server/bin/pb-server


Ignore:
Timestamp:
Apr 17, 2020, 8:27:38 PM (4 years ago)
Author:
Bruno Cornec
Message:

More tests around OpenAPI - back to a working server with v3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-server/bin/pb-server

    r2512 r2624  
    44use warnings;
    55
    6 use lib 'lib';
    76use ProjectBuilder::Env;
    87use ProjectBuilder::Conf;
     
    109
    1110# Start command line interface for application
    12 require Mojolicious::Commands;
     11use Mojo::File qw(curfile);
     12use lib curfile->dirname->sibling('lib')->to_string;
     13use Mojolicious::Commands;
    1314
    1415# Force for now
    1516pb_env_init("pb",undef,"none",0);
     17
     18# Debug YAML validation
     19$ENV{'JSON_VALIDATOR_DEBUG'} = 1;
     20
    1621#print "CONF: ".Dumper(pb_conf_get_hash())."\n";
     22# Start command line interface for application
    1723Mojolicious::Commands->start_app('ProjectBuilder');
Note: See TracChangeset for help on using the changeset viewer.