Skip to content
Snippets Groups Projects
Unverified Commit cd5b6da3 authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Local developer experience improvement have the ability to add local manifests (#3370)

parent af5d2e04
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,10 @@ module.exports = (env, options) => {
return {
...config,
devServer: {
contentBase: './__tests__/integration/mirador',
contentBase: [
'./__tests__/integration/mirador',
'./__tests__/fixtures',
],
hot: true,
port: 4444,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment