summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 23:25:11 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 23:25:11 +0200
commite6830735497f261df1b7e4c56ddb9c7578ef7106 (patch)
treeb4d69ea9692670e4338bf23db5fd0312b5cd6c17 /README.md
parentupdate mongoose version to get rid of circular dependency issue (diff)
downloadserver-e6830735497f261df1b7e4c56ddb9c7578ef7106.tar.xz
:arrow_up: update mongodb
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md

index c08a72d5..c2d275c4 100644 --- a/README.md +++ b/README.md
@@ -1 +1,9 @@ -# server-util \ No newline at end of file +# server-util + +add to package.json: + +```json +"start": "npm run build:util && npm run build && node dist/", +"build": "tsc -b .", +"build:util": "tsc -b ./node_modules/fosscord-server-util/" +```