From 7d4f7e9f1f8478fcbd6ac651cbb0410e4097f2c9 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Thu, 2 Jul 2020 14:13:01 +0800 Subject: [PATCH] ADD actioncable package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 397d4ee5..36235f0f 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "@monaco-editor/react": "^2.3.0", "@novnc/novnc": "^1.1.0", + "actioncable": "^5.2.4-3", "antd": "^3.26.15", "array-flatten": "^2.1.2", "autoprefixer": "7.1.6",