1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-07 14:09:30 +02:00

*: report metrics to the VM agent

This commit is contained in:
Aditya Maru 2024-12-20 17:25:34 -05:00
parent 70572bc121
commit def1585067
9 changed files with 1497 additions and 19 deletions

6
babel.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript'
]
};