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

6 lines
111 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
var resolve = require('../../../');
module.exports = function (t, cb) {
resolve('mymodule', null, cb);
};