Skip to content

Commit

Permalink
fix: install mitt event bus, update dev-inspect command with tailwind…
Browse files Browse the repository at this point in the history
…-watch
  • Loading branch information
mcstover committed Oct 5, 2024
1 parent 2ba435c commit fc4f2e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "cross-env NODE_ENV=production node --max-old-space-size=2048 server/index.js",
"start-k8s": "cross-env NODE_ENV=production node --max-old-space-size=1536 server/index.js",
"docker-dev-vm": "rimraf node_modules/.cache/hard-source && cross-env NODE_ENV=development node server/dev-server.js",
"inspect-dev": "cross-env NODE_ENV=development node --inspect --max-old-space-size=4096 server/dev-server.js",
"inspect-dev": "cross-env NODE_ENV=development TAILWIND_MODE=watch node --inspect --max-old-space-size=4096 server/dev-server.js",
"inspect": "cross-env NODE_ENV=production node --inspect --max-old-space-size=4096 server/index.js",
"build": "npm run build:all",
"build:all": "rimraf dist && npm run build:client && npm run build:server",
Expand Down Expand Up @@ -107,6 +107,7 @@
"memcached": "^2.2.2",
"memjs": "^1.2.2",
"minimist": "^1.2.6",
"mitt": "^3.0.1",
"numeral": "^2.0.6",
"passport": "^0.7.0",
"passport-auth0": "^1.4.4",
Expand Down

0 comments on commit fc4f2e4

Please sign in to comment.