chore: build process package

This commit is contained in:
Methapon2001 2023-11-30 10:43:00 +07:00
parent 2850d82238
commit 5c968fc30f
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
4 changed files with 26 additions and 183 deletions

View file

@ -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);
});