mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
10 lines
192 B
Markdown
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/"
|
|
```
|