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:
parent
70572bc121
commit
def1585067
9 changed files with 1497 additions and 19 deletions
6
babel.config.js
Normal file
6
babel.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
presets: [
|
||||
['@babel/preset-env', { targets: { node: 'current' } }],
|
||||
'@babel/preset-typescript'
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue