From 455736f51db77efc7b3addc96ac604e068ce8dfc Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Mon, 20 Mar 2023 14:07:29 +0100 Subject: [PATCH] removed p2p lib, added tsc command back --- public/index.html | 1 - server/package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 2a4618e..e2a926c 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,6 @@ - diff --git a/server/package.json b/server/package.json index 2fdb6cd..0f7304c 100644 --- a/server/package.json +++ b/server/package.json @@ -3,6 +3,7 @@ "version": "2.0", "private": true, "scripts": { + "tsc": "npx tsc", "start": "node out/index.js" }, "dependencies": {