Skip to content

Instantly share code, notes, and snippets.

@gsusmonzon
Created January 27, 2022 17:02
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 gsusmonzon/7f2ae0acb5d93783c741e45c3423bb77 to your computer and use it in GitHub Desktop.
Save gsusmonzon/7f2ae0acb5d93783c741e45c3423bb77 to your computer and use it in GitHub Desktop.
Configure ejs options in node express
// example 
app.set('view options', { root: join(rootDir, 'views') });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment