fix playground CV pandora_enterprise#9941

This commit is contained in:
daniel 2023-01-09 17:40:50 +01:00
parent fb8c16dbcf
commit 57b4789c07
1 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,6 @@ module.exports = {
// Static server which runs the playground on npm start.
devServer: {
open: true,
contentBase: "playground"
static: path.join(__dirname, "playground")
}
};