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 | a04e34708843425eecb55586dbbc10c5b6f94265 (patch) | |
tree | 9804834a0fb89c1beff668fc1968e3d8b7e2f8cb /package.json | |
parent | Forum and guild directory types (diff) | |
download | server-a04e34708843425eecb55586dbbc10c5b6f94265.tar.xz |
Hotfix for workspace (#739)
Diffstat (limited to '')
-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", |