UNPKG
web-pm2
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.2
0.0.1
PM2 Web interface
github.com/deanshub/web-pm2
deanshub/web-pm2
web-pm2
/
client
/
middleware
/
logger.js
5 lines
(4 loc)
•
95 B
JavaScript
View Raw
1
2
3
4
5
export
default
store =>
next
=>
action
=>
{
console
.
log
(action)
return
next
(action) }