mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
parent
c78e5efea6
commit
ccfb095fcf
12
.yml
Normal file
12
.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$ 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()
|
Loading…
Reference in New Issue
Block a user