<?php
/*
 * Production entry — bootstraps filegator in prod mode and serves the SPA.
 * Replaces the bundled dev `index.php` that defines APP_ENV='development'.
 */

define('APP_ENV', 'production');
define('APP_PUBLIC_PATH', 'dist/');

require __DIR__ . '/dist/index.php';
