fix(admin-ui): Load translations from path (#5064)

* fix(admin-ui): Load translations from path

* Create big-oranges-battle.md

* fix: resolve public folder path in dev

---------

Co-authored-by: Kasper <kasper@medusajs.com>
This commit is contained in:
Oli Juhl
2023-09-15 13:19:24 +02:00
committed by GitHub
co-authored by Kasper
parent 53ffd614b5
commit c722440c30
5 changed files with 18 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ const getDevServerConfig = () => {
path: "/",
},
template: path.resolve(__dirname, "ui", "index.html"),
publicFolder: path.resolve(__dirname, "ui", "public"),
})
if (analyzeBundle) {