1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00
Go to file
Flam3rboy ef4f32e597
Merge pull request #5 from DiegoMagdaleno/master
Config refactoring to be a file
2021-05-23 01:12:20 +02:00
.vscode Event Model 2021-02-08 16:29:36 +01:00
src Config: export getConfigPathForFile 2021-05-22 16:41:48 -05: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 📄 GPL V3 license 2021-05-08 12:58:07 +02:00
package-lock.json Config: New config and store classes to replace the mongo method 2021-05-22 16:40:04 -05:00
package.json Config: New config and store classes to replace the mongo method 2021-05-22 16:40:04 -05: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/"