Files
server/README.md
Flam3rboy e683073549 ⬆️ update mongodb
2021-04-06 23:25:11 +02:00

192 B

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/"