chore: refactor mux (#4150)

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
Mert E.
2024-12-06 16:42:26 +03:00
committed by GitHub
parent 0ef7197dd1
commit c23bfd0d2c
6 changed files with 299 additions and 272 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"dev": "nodemon -e ts,js -w ./src -x \"ts-node src/index --log-error --project tsconfig.json\"",
"build": "webpack --config webpack.config.js",
"build": "rspack build --config rspack.config.js",
"start:prod": "node dist/main.js"
},
"author": "",