feat(admin-ui): Multi-language support (#4962)

This commit is contained in:
Geoffroy Empain
2023-09-12 14:53:48 +02:00
committed by GitHub
parent 107aaa371c
commit afd4e72cdf
348 changed files with 9668 additions and 2298 deletions

View File

@@ -34,6 +34,10 @@ const getDevServerConfig = () => {
devServer: {
port: 7001,
historyApiFallback: true,
static: {
directory: path.resolve(__dirname, "./ui/public"),
publicPath: "/",
},
} as Configuration,
},
}