generated from tailored/router-template
fix:
This commit is contained in:
parent
87769076c8
commit
203fa1f103
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/video-tools",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"basename": "/root/video-tools",
|
||||
@ -82,5 +82,8 @@
|
||||
"typescript": "^5.8.3",
|
||||
"ws": "npm:@kevisual/ws"
|
||||
},
|
||||
"exports": {
|
||||
"./src/*": "./src/*"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.1"
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
// import WebSocket from 'ws';
|
||||
import { initWs } from '../../../ws-adapter/index.ts';
|
||||
import { logger } from '@/logger/index.ts';
|
||||
import { WSServer, WSSOptions } from '../../provider/ws-server.ts';
|
||||
|
||||
export type VideoWSOptions = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user