From ee53d8c88b5526fe9eb03932f8838ea06aa7f8bd Mon Sep 17 00:00:00 2001 From: heapwolf Date: Thu, 25 Apr 2024 15:05:38 +0200 Subject: [PATCH] whitelist node_modules --- socket.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/socket.ini b/socket.ini index 9f6d07d..8e42fa6 100644 --- a/socket.ini +++ b/socket.ini @@ -80,7 +80,9 @@ src/css = css ; ; Node modules ; -node_modules = node_modules +node_modules/@socketsupply/components = node_modules/@socketsupply/components +node_modules/@socketsupply/indexed = node_modules/@socketsupply/indexed +node_modules/@socketsupply/tonic = node_modules/@socketsupply/tonic [build.script]