Files
aletheia/frontend/node_modules/next/dist/build/webpack/loaders/next-server-binary-loader.js
bigtux 20a26affaa 📚 Documentação inicial do ALETHEIA
- MANUAL-PRODUTO.md: Manual do usuário final
- MANUAL-VENDAS.md: Estratégia comercial e vendas
- MANUAL-TECNICO.md: Infraestrutura e deploy
- README.md: Visão geral do projeto
2026-02-10 15:08:15 -03:00

25 lines
770 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return nextErrorBrowserBinaryLoader;
}
});
const _path = /*#__PURE__*/ _interop_require_default(require("path"));
function _interop_require_default(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
function nextErrorBrowserBinaryLoader() {
let relativePath = _path.default.relative(this.rootContext, this.resourcePath);
if (!relativePath.startsWith(".")) {
relativePath = "./" + relativePath;
}
return `module.exports = __non_webpack_require__(${JSON.stringify(relativePath)})`;
}
//# sourceMappingURL=next-server-binary-loader.js.map