mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 18:06:34 +00:00
chore: refactor mux (#4150)
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user