Skip to content

Commit 76fab31

Browse files
committed
skip createServer on the client
1 parent 617cac5 commit 76fab31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"testling": "^1.7.1"
4040
},
4141
"browser": {
42-
"ws": false
42+
"ws": false,
43+
"./server": false
4344
},
4445
"testling": {
4546
"files": "test/all.js",

0 commit comments

Comments
 (0)