Skip to content

Instantly share code, notes, and snippets.

@victor36max
Last active April 7, 2018 12:31
Show Gist options
  • Save victor36max/1267a626658551595918c6794e0568c2 to your computer and use it in GitHub Desktop.
Save victor36max/1267a626658551595918c6794e0568c2 to your computer and use it in GitHub Desktop.
keystone-next-example code blocks
// Next app 
const next = require('next'); 
const dev = process.env.NODE_ENV !== 'production'; 
const app = next({ dev });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment