feat(storybook): add simple story

This commit is contained in:
moklick
2019-07-31 13:10:27 +02:00
parent 9d7e7e6363
commit aa7e209d02
10 changed files with 5862 additions and 6 deletions
+1 -1
View File
@@ -42594,7 +42594,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "55285" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "51139" + '/');
ws.onmessage = function (event) {
checkedAssets = {};
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "55285" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "51139" + '/');
ws.onmessage = function (event) {
checkedAssets = {};
File diff suppressed because one or more lines are too long