mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
This contains the bulk of the changes apart from renaming files. This is a continuation of #2341. Co-authored-by: lohit <lohit@usebruno.com> Co-authored-by: pooja-bruno <pooja@usebruno.com>
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
module.exports = {
|
|
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
|
|
};
|