fix playground CV pandora_enterprise#9941

This commit is contained in:
daniel 2023-01-09 17:40:50 +01:00
parent fb8c16dbcf
commit 57b4789c07

View File

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