mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 13:55:43 +02:00
fix playground CV pandora_enterprise#9941
This commit is contained in:
parent
fb8c16dbcf
commit
57b4789c07
@ -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")
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user