installing socketio

This commit is contained in:
Beverly Nguyen
2024-06-05 14:56:22 -07:00
parent fed2aff43c
commit e5a9eed626
4 changed files with 84 additions and 5 deletions

View File

@@ -96,7 +96,8 @@ const javascripts = () => {
paths.npm + 'query-command-supported/dist/queryCommandSupported.min.js',
paths.npm + 'timeago/jquery.timeago.js',
paths.npm + 'textarea-caret/index.js',
paths.npm + 'cbor-js/cbor.js'
paths.npm + 'cbor-js/cbor.js',
paths.npm + 'socket.io-client/dist/socket.io.min.js'
]));
// JS local to this application