+ text/plain Message sending works now

+ More skeleton code for the caching system

! Ready for rtc on text based message listening which is where heavy caching comes into play
This commit is contained in:
shockrah
2021-03-20 19:35:38 -07:00
parent 530d287431
commit 8812ff7198
9 changed files with 96 additions and 22 deletions

View File

@@ -11,7 +11,9 @@ run() {
build() {
sh scripts/build-sass.sh build
echo tsc src/types.ts
tsc src/types.ts
echo tsc src/cache.ts
tsc src/cache.ts
}