1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 02:31:36 +02:00
Go to file
2021-04-06 23:25:11 +02:00
.vscode Event Model 2021-02-08 16:29:36 +01:00
src ⬆️ update mongodb 2021-04-06 23:25:11 +02:00
.gitignore remove compiled typescript code from repo 2021-04-06 21:32:44 +02:00
.prettierrc 🔧 build 2021-02-11 20:44:26 +01:00
LICENSE Initial commit 2021-02-04 20:31:16 +01:00
package-lock.json ⬆️ update mongodb 2021-04-06 23:25:11 +02:00
package.json ⬆️ update mongodb 2021-04-06 23:25:11 +02:00
README.md ⬆️ update mongodb 2021-04-06 23:25:11 +02:00
tsconfig.json ⬆️ update mongodb 2021-04-06 23:25:11 +02:00

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