1const { resolve, join } = require("path"); 2 3exports.path = resolve(join(__dirname, "..", "dist")); 4 5