chore: build process package
This commit is contained in:
parent
2850d82238
commit
5c968fc30f
4 changed files with 26 additions and 183 deletions
|
|
@ -34,11 +34,14 @@ esClient.indices.putMapping({
|
|||
pathname: {
|
||||
type: "keyword",
|
||||
},
|
||||
path: {
|
||||
type: "keyword",
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
minioClient.makeBucket(DEFAULT_BUCKET!, (e) => {
|
||||
if (!e) console.log("Configuration needed for Bucket Notification to AMQP");
|
||||
if (!e) console.log("Success. Configuration is needed for Bucket Notification to AMQP.");
|
||||
console.error(e);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue