« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/web-routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-routes.js')
-rw-r--r--src/web-routes.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/web-routes.js b/src/web-routes.js
index 6b1335ac..3d610011 100644
--- a/src/web-routes.js
+++ b/src/web-routes.js
@@ -36,7 +36,16 @@ export const stationaryCodeRoutes = [
   },
 ];
 
-export const dependencyRoutes = [];
+export const dependencyRoutes = [
+  {
+    from:
+      path.join(
+        getNodeDependencyRootPath('flexsearch'),
+        'dist'),
+
+    to: ['staticLib.path', 'flexsearch'],
+  },
+];
 
 export const allStaticWebRoutes = [
   ...stationaryCodeRoutes,