wrangler-action/node_modules/@changesets/changelog-git/dist/changelog-git.cjs.js

8 lines
188 B
JavaScript
Raw Normal View History

2023-08-07 22:11:15 +02:00
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./changelog-git.cjs.prod.js");
} else {
module.exports = require("./changelog-git.cjs.dev.js");
}