diff options
author | Kuna <65683493+kunamech@users.noreply.github.com> | 2022-04-27 23:09:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 23:09:01 +0300 |
commit | a6bc97167e7c6c25052937caa266381c1587b4e7 (patch) | |
tree | d02604e1fa27316dccc4cf349f884502b19036ac | |
parent | Forum and guild directory types (diff) | |
download | server-a6bc97167e7c6c25052937caa266381c1587b4e7.tar.xz |
Hotfix for workspace (#739)
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |