1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 10:41:34 +02:00
server/README.md
2021-04-06 23:25:11 +02:00

10 lines
192 B
Markdown

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