From 5b941ac658d0fce73111c8fa7c8a73d3c086a3ab Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 14 Apr 2023 03:45:34 +0900 Subject: [PATCH] Include config-example.js in npm package Its omission is crashing the npm package, and it does need to be there for the server to work correctly. --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index eca1005cf8..0df6e70918 100644 --- a/.npmignore +++ b/.npmignore @@ -2,6 +2,7 @@ /config/* !/config/formats.ts +!/config/config-example.js /logs/* /test/modlogs /node_modules