feature (audio): revamp audio player - #497

This commit is contained in:
Mickael Kerjean
2023-04-12 20:33:36 +10:00
parent eac2572854
commit 149fbd9980
9 changed files with 158 additions and 40 deletions

View File

@ -69,6 +69,7 @@ const config = {
{ from: "locales/*.json", to: "assets/" },
{ from: "worker/*.js", to: "assets/" },
{ from: "assets/logo/*" },
{ from: "assets/img/*" },
{ from: "assets/icons/*" },
{ from: "assets/fonts/*" },
], { context: path.join(__dirname, "client") }),