From 199fb473d6e92dcace41013e8f5e3e563f39bf10 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Sun, 4 Jan 2026 21:07:38 +0100 Subject: [PATCH] setup archives --- satis.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/satis.json b/satis.json index 6297e9b..8bb535f 100644 --- a/satis.json +++ b/satis.json @@ -8,5 +8,10 @@ } ], "require-all": true, - "output-dir": "web" + "output-dir": "web", + "archive": { + "directory": "dist", + "format": "zip", + "skip-dev": true + } }