UNPKG

nodebb-plugin-web-push

Version:

A starter kit for quickly creating NodeBB plugins

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