Skip to content

Instantly share code, notes, and snippets.

@WesTyler
Created November 1, 2017 19:44
Show Gist options
  • Save WesTyler/f8461942c62ea7409cc23de94b753d82 to your computer and use it in GitHub Desktop.
Save WesTyler/f8461942c62ea7409cc23de94b753d82 to your computer and use it in GitHub Desktop.
{
register: {
plugins: [
'myPlugin',
{ plugin: 'plugin2', once: true, options: { apiHost: 'example.com' } },
{ plugin: require('finalPlugin'), routes: { prefix: '/test/' } }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment