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.
This commit is contained in:
Guangcong Luo 2023-04-14 03:45:34 +09:00
parent 64eec26651
commit 5b941ac658
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
/config/*
!/config/formats.ts
!/config/config-example.js
/logs/*
/test/modlogs
/node_modules