From f86bda1ff31aee3e6c531201c3367cb67c376c70 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:21:35 -0500 Subject: [PATCH] Fix building --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 568d3a9..a9a50f2 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "start": "node dist/index.js", "build": "npm run clean && npx tsc && npm run copyfiles", "clean": "npx rimraf dist", - "copyfiles": "npx copyfiles -u 1 \"./src/**/*.ejs\" ./dist" + "copyfiles": "npx copyfiles -u 1 \"./src/**/*.html\" ./dist" } }