From a6bc97167e7c6c25052937caa266381c1587b4e7 Mon Sep 17 00:00:00 2001 From: Kuna <65683493+kunamech@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:09:01 +0300 Subject: Hotfix for workspace (#739) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fa46c7a..3395122e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fosscord-server", "version": "1.0.0", "description": "A Fosscord server written in Node.js", - "workspaces": ["api", "bundle", "cdn", "gateway", "webrtc"], + "workspaces": ["api", "cdn", "gateway"], "scripts": {}, "repository": { "type": "git", -- cgit 1.4.1