Setting up Chome for Node
{ | |
"browser": "chrome", | |
"ui": { | |
"port": 3000 | |
}, | |
"server": { | |
"routes": { | |
"/node_modules": "node_modules" | |
} | |
}, | |
"https": true, | |
"watch": true, | |
"files": "*.*" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment