penambahan web socket
This commit is contained in:
11
examples/nuxt3-websocket-client/node_modules/cac/index-compat.js
generated
vendored
Normal file
11
examples/nuxt3-websocket-client/node_modules/cac/index-compat.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
const { cac, CAC, Command } = require('./dist/index')
|
||||
|
||||
// For backwards compatibility
|
||||
module.exports = cac
|
||||
|
||||
Object.assign(module.exports, {
|
||||
default: cac,
|
||||
cac,
|
||||
CAC,
|
||||
Command,
|
||||
})
|
||||
Reference in New Issue
Block a user