Browse Source

fix viewer path

Alexander Rose 4 năm trước cách đây
mục cha
commit
5d6857e293
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'))
 }