1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-03 12:48:06 +02:00
Files
minify/index.php
2019-12-11 17:06:18 +02:00

11 lines
231 B
PHP

<?php
/**
* Sets up MinApp controller and serves files
*
* DO NOT EDIT! Configure this utility via config.php and groupsConfig.php
*/
$app = (require __DIR__ . '/bootstrap.php');
/* @var \Minify\App $app */
$app->runServer();