Skip to content

Commit ddb8aaa

Browse files
committed
1.2.0: Adding eslinting, updating runejs/core, and fixing breaking changes
1 parent b455d34 commit ddb8aaa

File tree

9 files changed

+1272
-4131
lines changed

9 files changed

+1272
-4131
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
node_modules
22
.DS_Store
33
/dist
4+
/lib
5+
/config/server-config.json
6+
/data/config
47
/cache
58
server-config.yaml
9+
server-config.json
10+
611

712
# local env files
813
.env.local

.npmignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
tsconfig.json
2-
src
3-
.idea
4-
cache/
2+
/src
3+
/.idea
4+
/cache
55
.babelrc
66
nodemon.json
77
tslint.json
8-
data/config/
8+
/config/server-config.json
9+
/data/config
10+
server-config.yaml
11+
server-config.json

config/server-config.example.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"updateServerHost": "0.0.0.0",
3+
"updateServerPort": 43592,
4+
"cacheDir": "./cache"
5+
}

data/config/server-config.example.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)