* feat: Dynamic plugin imports * Remove unused file * Fix basic dev mode * Fix the modes issue that Joe requested * Merge fixes * Add the ability to publish directory contents * PR review changes ---------
10 lines
360 B
HTML
10 lines
360 B
HTML
<html>
|
|
<body>
|
|
<h1>Demo Page</h1>
|
|
<p>This demo page shows how to include directories of content in the pluginConfig.json file.
|
|
The idea is that it is possible to serve up non-compiled content such as the microscopy mode
|
|
which will not be included in the compile of OHIF but can be included later on dynamically.
|
|
</p>
|
|
</body>
|
|
</html>
|