mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Allow use cgm-remote-monitor as npm package. (#4847)
To use cgm-remote-monitor as npm package, the main attribute is required.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"dev": "env-cmd ./my.env nodemon server.js 0.0.0.0",
|
||||
"prod": "env-cmd ./my.prod.env node server.js 0.0.0.0"
|
||||
},
|
||||
"main": "server.js",
|
||||
"config": {
|
||||
"blanket": {
|
||||
"pattern": [
|
||||
|
||||
Reference in New Issue
Block a user