travelynx/index.pl
2023-02-19 09:35:38 +01:00

12 lines
226 B
Perl

#!/usr/bin/env perl
# Copyright (C) 2020-2023 Daniel Friesel
#
# SPDX-License-Identifier: AGPL-3.0-or-later
use strict;
use warnings;
use lib 'lib';
use Mojolicious::Commands;
Mojolicious::Commands->start_app('Travelynx');