1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Madeline
6bcd9e8baa
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
Flam3rboy
70d0d11ffd Revert "fix: make the CDN build correctly"
This reverts commit 5fea8b21d1.
2021-10-18 14:38:34 +02:00
Hayden Young
5fea8b21d1 fix: make the CDN build correctly 2021-10-17 11:55:54 +00:00
Flam3rboy
dd51a3662b changed and fixed compiler 2021-10-10 11:02:25 +02:00
Flam3rboy
d45ea78ae6 🐛 fix bundle debug 2021-09-19 18:45:09 +02:00
Flam3rboy
1f167e11df 🚧 fix server bundle 2021-08-13 22:57:46 +02:00