Files
tonehaus/importmap.php
boris 391ecf1732
All checks were successful
CI (Gitea) / php-tests (push) Successful in 10m4s
CI (Gitea) / docker-image (push) Successful in 2m23s
Update Monolog action level to info, adjust Dockerfile permissions and logging configuration, and set supervisord user to root
2025-11-28 10:08:36 +00:00

15 lines
244 B
PHP

<?php
/**
* Importmap configuration for the asset mapper.
*
* The single "app" entrypoint is enough for Bootstrap + custom JS tweaks.
*/
return [
'app' => [
'path' => './assets/app.js',
'entrypoint' => true,
],
];