Skip to content

Instantly share code, notes, and snippets.

@davecra
Created January 30, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecra/94ac9b4c674de76f981f3a70f31a3859 to your computer and use it in GitHub Desktop.
Save davecra/94ac9b4c674de76f981f3a70f31a3859 to your computer and use it in GitHub Desktop.
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