1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 02:31:36 +02:00
Go to file
2021-04-08 15:32:32 +02:00
.vscode Event Model 2021-02-08 16:29:36 +01:00
src Merge branch 'main' of https://github.com/discord-open-source/discord-server-util into main 2021-04-07 20:26:21 +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 📄 use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License 2021-04-08 04:45:34 +02:00
package-lock.json use mongoose autopopulate 2021-04-07 20:26:19 +02:00
package.json 🐛 move dev dependencies to normal 2021-04-08 15:32:32 +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/"