From 4ce2c10d72ceacf499f514a8f3fc764a3157a51e Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 12 Mar 2025 09:24:10 +0100 Subject: [PATCH] build(copy-dist): copy over the start scripts for now --- bin/copy-dist.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index a2bfa7f25..51364b2b9 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -31,6 +31,7 @@ try { "./LICENSE", "./README.md", "./forge.config.cjs", + "./bin/tpl/", "./src/views/", "./src/etapi/etapi.openapi.yaml", "./src/routes/api/openapi.json",