From d55cced5f7f2ef855202b6444a09021293da1b02 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Thu, 2 Jul 2026 20:48:16 +0200 Subject: [PATCH] Fix Sass healthcheck --- .idea/TijdVoorDeTest.iml | 1 + .idea/php.xml | 315 +++++++++++++++--------------- compose.override.yaml | 3 + config/packages/web_profiler.yaml | 1 - 4 files changed, 161 insertions(+), 159 deletions(-) diff --git a/.idea/TijdVoorDeTest.iml b/.idea/TijdVoorDeTest.iml index 09c1969..486f93d 100644 --- a/.idea/TijdVoorDeTest.iml +++ b/.idea/TijdVoorDeTest.iml @@ -169,6 +169,7 @@ + diff --git a/.idea/php.xml b/.idea/php.xml index 1ff9fb0..0946da5 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -41,170 +41,169 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compose.override.yaml b/compose.override.yaml index 1927cbc..2efd489 100644 --- a/compose.override.yaml +++ b/compose.override.yaml @@ -7,6 +7,7 @@ services: target: frankenphp_dev volumes: - ./:/app + - ~/.composer/cache:/root/.composer/cache - ./frankenphp/Caddyfile:/etc/caddy/Caddyfile:ro - ./frankenphp/conf.d/20-app.dev.ini:/usr/local/etc/php/app.conf.d/20-app.dev.ini:ro - ./frankenphp/data:/data @@ -46,6 +47,8 @@ services: - sass:build - --watch - -v + healthcheck: + disable: true ###> symfony/mercure-bundle ### ###< symfony/mercure-bundle ### diff --git a/config/packages/web_profiler.yaml b/config/packages/web_profiler.yaml index 7f32f21..e3bb2a5 100644 --- a/config/packages/web_profiler.yaml +++ b/config/packages/web_profiler.yaml @@ -6,7 +6,6 @@ when@dev: framework: profiler: only_exceptions: false - collect_serializer_data: true when@test: web_profiler: