ajuste de pacotes
This commit is contained in:
parent
d9c2b3580e
commit
16706f7438
4 changed files with 11 additions and 4 deletions
|
|
@ -29,7 +29,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|||
var dayjs_exports = {};
|
||||
__export(dayjs_exports, {
|
||||
dayjs: () => import_dayjs.default,
|
||||
dayjsbr: () => dayjsbr
|
||||
dayjsbr: () => dayjsbr,
|
||||
default: () => dayjs_default
|
||||
});
|
||||
module.exports = __toCommonJS(dayjs_exports);
|
||||
var import_dayjs = __toESM(require("dayjs"));
|
||||
|
|
@ -52,6 +53,7 @@ import_dayjs.default.extend(import_relativeTime.default);
|
|||
import_dayjs.default.extend(import_duration.default);
|
||||
import_dayjs.default.locale("pt-br");
|
||||
const dayjsbr = import_dayjs.default;
|
||||
var dayjs_default = dayjsbr;
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
dayjs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue