Add selector demo to gallery (#10213)

This commit is contained in:
Paulus Schoutsen
2021-10-08 11:56:32 -07:00
committed by GitHub
parent 4358b7f924
commit 6f6fc759cc
8 changed files with 219 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ gulp.task("webpack-dev-server-gallery", () =>
compiler: webpack(bothBuilds(createGalleryConfig, { isProdBuild: false })),
contentBase: paths.gallery_output_root,
port: 8100,
listenHost: "0.0.0.0",
})
);