Madeline 68f6fe58d5 Tsnode support (#580)
* ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet.

* apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was.

* Cleaned up tsconfig.json a bit ( moved tsnode config to own file ).
Fixed breakpoints for all modules under tsnode

* Removed Microsoft Corp advert
* Remove one more Microsoft Corp. ad

Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com>

* Added `tsnode` npm script

* Added `typescript-cached-transpile` package to help improve performance

Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-03-06 09:18:35 +03:00
..
2021-08-29 00:03:58 +02:00
2021-10-15 18:39:19 +02:00
2022-03-06 09:18:35 +03:00
2021-08-29 00:03:58 +02:00
util
2021-08-24 16:35:59 +02:00
util
2021-08-12 20:33:02 +02:00
util
2021-08-12 20:33:02 +02:00
util
2021-08-12 20:33:02 +02:00
2021-10-10 14:09:54 +02:00
2021-08-13 13:18:45 +02:00

Fosscord server util

About

Fosscord is a free open source selfhostable chat, voice and video discord-compatible platform.

Fosscord server util contains all necessary logic that is shared between the api, gateway and cdn.

It contains all mongoose database models and utility functions.

Installation

npm install @fosscord/server-util