|
@@ -33,7 +33,12 @@ async function upload(filePath) {
|
|
|
}
|
|
|
|
|
|
Promise.all(
|
|
|
- [upload('youtube.bundle.js')]
|
|
|
+ [
|
|
|
+ upload('youtube.bundle.js'),
|
|
|
+ upload('pornhub.bundle.js'),
|
|
|
+ upload('tiktok.bundle.js'),
|
|
|
+ upload('xvideos.bundle.js')
|
|
|
+ ]
|
|
|
).then(() => {
|
|
|
console.log('All files uploaded successfully!');
|
|
|
});
|