1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 02:31:36 +02:00
Go to file
2021-05-05 15:37:27 +02:00
.vscode Event Model 2021-02-08 16:29:36 +01:00
src Added Template 2021-05-05 15:37:27 +02:00
.gitignore remove compiled typescript code from repo 2021-04-06 21:32:44 +02:00
.npmignore 🎨 String trimSpecial pass string OR undefined 2021-04-24 11:14:17 +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 add dm permission 2021-04-26 22:17:29 +02:00
package.json add dm permission 2021-04-26 22:17:29 +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/"