mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-31 01:50:22 +09:00
13 lines
331 B
YAML
13 lines
331 B
YAML
$ npm install --save ('https://smee.io/PI6J3xe99sOV7LRB')
|
|
|
|
const SmeeClient = require('https://smee.io/PI6J3xe99sOV7LRB')
|
|
const smee = new SmeeClient({
|
|
source: 'https://smee.io/PI6J3xe99sOV7LRB',
|
|
target: 'http://localhost:3000/events',
|
|
logger: console
|
|
})
|
|
|
|
const events = smee.start()
|
|
// Stop forwarding events
|
|
events.close()
|