1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-08 11:52:55 +01:00
server/README.md

10 lines
192 B
Markdown
Raw Normal View History

2021-04-06 23:25:11 +02:00
# 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/"
```