UNPKG

nodebb-plugin-web-push

Version:

A starter kit for quickly creating NodeBB plugins

12 lines (8 loc) 222 B
// this file here as placeholder in case needed. Add back to plugin.json to use 'use strict'; (async () => { const [hooks] = await app.require(['hooks']); hooks.on('action:app.load', async () => { // ... }); })();