Fix LESS import error and refactor project structure

This commit is contained in:
kirill.khorkov
2026-01-03 18:59:56 +03:00
parent 1bb0fc02e6
commit 4a8d4f8c3f
201 changed files with 891 additions and 14311 deletions

View File

@@ -11,6 +11,8 @@ services:
environment:
- APACHE_RUN_USER=www-data
- APACHE_RUN_GROUP=www-data
- APP_ENV=development
- APP_DEBUG=true
restart: unless-stopped
networks:
- aeterna-network
@@ -18,4 +20,3 @@ services:
networks:
aeterna-network:
driver: bridge