|
@@ -6,6 +6,6 @@
|
|
|
|
|
|
import * as path from 'path'
|
|
|
|
|
|
-export const getStructureViewerAbsoluteFSPath = function () {
|
|
|
- return path.resolve(path.join(__dirname, '..', 'dist', 'structure-viewer'))
|
|
|
+export const getRcsbMolstarViewerAbsoluteFSPath = function () {
|
|
|
+ return path.resolve(path.join(__dirname, '..', 'dist', 'viewer'))
|
|
|
}
|