fixed tests and package vulnerabilities
This commit is contained in:
5
backend/babel.config.js
Normal file
5
backend/babel.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
['@babel/preset-env', { targets: { node: 'current' } }]
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user