From f30599b22949cf4ba3443434d0d29a0b25abc345 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 31 Mar 2025 13:52:01 +0200 Subject: [PATCH] also check vue files --- dev-compose.yml | 4 ++-- flake.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-compose.yml b/dev-compose.yml index 575989e..6aaf4d8 100644 --- a/dev-compose.yml +++ b/dev-compose.yml @@ -18,8 +18,8 @@ services: image: redis:latest restart: unless-stopped ports: - - '6379:6379' - volumes: + - "6379:6379" + volumes: - redis:/data volumes: diff --git a/flake.nix b/flake.nix index 86e4c4f..3cb6a2e 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,8 @@ "*.scss" "*.ts" "*.yaml" + "*.yml" + "*.vue" ]; }; };