summary refs log tree commit diff
path: root/README.md
blob: c2d275c463f229cb1ef88b435c964b2941a2fc5e (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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/"
```