chore: debug

This commit is contained in:
cha0s 2024-01-09 23:03:27 -06:00
parent a04aca5951
commit 248c026c3a

View File

@ -12,7 +12,7 @@
"scripts": {
"build": "FLECKS_ENV__flecks_server__start=0 npm run build:only",
"build:only": "flecks build",
"debug": "DEBUG=*,-babel* npm run dev",
"debug": "DEBUG=*,-babel*,-compression*,-engine*,-eslint*,-express*,-send*,-sequelize*,-socket.io* npm run dev",
"dev": "npm run -- build:only -h",
"link-all": "yarn && for i in avocado humus; do yarn link $(for j in $(ls node_modules/@$i/); do echo \" @$i/$j\"; done); done",
"postinstall": "patch-package",