fix websocket server

This commit is contained in:
sky
2025-10-26 15:21:43 -04:00
parent 496bc61c7d
commit 55e3f5a3c4
3 changed files with 52 additions and 7 deletions

View File

@ -4,6 +4,7 @@
"description": "",
"exports": "./index.js",
"scripts": {
"websocket_server": "bun --watch websocket.js",
"start": "bun --watch index.js",
"svg": "node svg-converter.js"
},