feat: file upload progress / imeta

This commit is contained in:
2023-10-16 11:07:13 +01:00
parent a29d82bd56
commit 6448996529
13 changed files with 257 additions and 60 deletions

View File

@ -52,6 +52,7 @@ const config = {
},
devServer: {
open: true,
https: true,
host: "localhost",
historyApiFallback: true,
},