Drone Config

This commit is contained in:
2023-07-23 15:00:54 -04:00
parent a847d8c52c
commit 8a10aa8853
10 changed files with 570 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
module.exports = function (api) {
return {
plugins: ['macros'],
}
}