1
0
mirror of https://github.com/mrclay/minify.git synced 2025-03-18 19:39:38 +01:00
minify/index.php

14 lines
254 B
PHP
Raw Normal View History

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