From 1f1e628e71244b12e469fbf5b8f7175f86483b78 Mon Sep 17 00:00:00 2001 From: dave onion Date: Tue, 16 Dec 2025 21:50:18 -0500 Subject: [PATCH] ddev watch command --- .ddev/commands/web/watch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .ddev/commands/web/watch diff --git a/.ddev/commands/web/watch b/.ddev/commands/web/watch new file mode 100755 index 0000000..2875d4e --- /dev/null +++ b/.ddev/commands/web/watch @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /var/www/html/web/themes/custom/agarica/patternlibrary +npm run watch \ No newline at end of file