fix(apis/websocket): don't bundle tesseract.js

This commit is contained in:
PalmDevs
2024-06-24 23:33:31 +07:00
parent 3b2596e748
commit 51a6fb65f0
5 changed files with 13 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
"description": "🧦 WebSocket API server for bots assisting ReVanced",
"main": "dist/index.js",
"scripts": {
"bundle": "bun build src/index.ts --outdir=dist --target=bun && bun run after_build.ts",
"bundle": "bun build src/index.ts --outdir=dist --target=bun -e tesseract.js",
"dev": "bun run src/index.ts --watch",
"build": "bun bundle",
"watch": "bun dev"