gist/web/index.php

8 lines
106 B
PHP

<?php
$app = require __DIR__.'/../app/bootstrap.php';
$app['env'] = 'prod';
$app['http_cache']->run();