Skip to content

Commit 8b8e7e2

Browse files
committed
deprecate setup script for now
1 parent 49e97a0 commit 8b8e7e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Install/setup.js renamed to Install/setup-deprecated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function doSetup() {
8383
// pattern: ^.*\.(db)$,
8484
require: false,
8585
},
86-
brandname: {
86+
brandName: {
8787
description: `Your brand/server name used by {brand-name} variable(in embeds). (Example: ${config.Branding.Name})`,
8888
type: 'string',
8989
default: config.Branding.Name,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
}
7979
},
8080
"scripts": {
81-
"setup": "node Install/setup.js",
8281
"dev": "nodemon index.js --show-errors --no-install -e js",
8382
"start": "node index.js",
8483
"install:start": "npm i && node index.js --no-install",

0 commit comments

Comments
 (0)