Skip to content

Commit 265953b

Browse files
committed
docs: move webSocketURL examples to client
1 parent 005e108 commit 265953b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

examples/web-socket-url/webpack.config.js renamed to examples/client/web-socket-url/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// our setup function adds behind-the-scenes bits to the config that all of our
44
// examples need
5-
const { setup } = require("../util");
5+
const { setup } = require("../../util");
66

77
module.exports = setup({
88
context: __dirname,

0 commit comments

Comments
 (0)