astro-ghostcms/.pnpm-store/v3/files/dd/c3dc341747d2f8a3647111a4f98...

6 lines
111 B
Plaintext

var resolve = require('../../../');
module.exports = function (t, cb) {
resolve('mymodule', null, cb);
};