Skip to content

Commit

Permalink
use y-websockets/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Dec 6, 2023
1 parent 52f6542 commit 0d20520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-server/demo-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const WebSocket = require('ws')
const http = require('http')
const StaticServer = require('node-static').Server
const setupWSConnection = require('y-websocket/bin/utils.js').setupWSConnection
const setupWSConnection = require('y-websocket/bin/utils').setupWSConnection

const production = process.env.PRODUCTION != null
const port = process.env.PORT || 3000
Expand Down

0 comments on commit 0d20520

Please sign in to comment.