This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
if (process.env.NODE_ENV === 'production') { | |
throw new Error("Do not use nodemon in production, run bin/www.js directly instead"); | |
} | |
const nodemon = require('nodemon'); | |
const ngrok = require('ngrok'); | |
// We start an ngrok tunnel to ensure it stays the same for the entire process |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
/* CSS */ | |