Update Monolog action level to info, adjust Dockerfile permissions and logging configuration, and set supervisord user to root
This commit is contained in:
14
importmap.php
Normal file
14
importmap.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user