Ver Fonte

fix viewer path

Alexander Rose há 4 anos atrás
pai
commit
5d6857e293
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/index.ts

+ 2 - 2
src/index.ts

@@ -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'))
 }