spacebarchat merged with old fosscord client test

@xnacly xnacly authored on 8 Apr 2021
.vscode :sparkles: Event Model 5 years ago
src Merge branch 'main' of https://github.com/fosscord/fosscord-server-util 5 years ago
.gitignore remove compiled typescript code from repo 5 years ago
.prettierrc :wrench: build 5 years ago
LICENSE :page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License 5 years ago
README.md :arrow_up: update mongodb 5 years ago
package-lock.json :zap: use mongoose autopopulate 5 years ago
package.json :bug: move dev dependencies to normal 5 years ago
tsconfig.json :arrow_up: update mongodb 5 years ago
README.md

server-util

add to package.json:

"start": "npm run build:util && npm run build && node dist/",
"build": "tsc -b .",
"build:util": "tsc -b ./node_modules/fosscord-server-util/"