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:
@@ -18,6 +18,7 @@ const getDevServerConfig = () => {
|
||||
path: "/",
|
||||
},
|
||||
template: path.resolve(__dirname, "ui", "index.html"),
|
||||
publicFolder: path.resolve(__dirname, "ui", "public"),
|
||||
})
|
||||
|
||||
if (analyzeBundle) {
|
||||
|
||||
Reference in New Issue
Block a user