« get me outta code hell

util -> common-util - 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:
author(quasar) nebula <qznebula@protonmail.com>2025-01-26 17:28:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-01-26 17:28:01 -0400
commit725a33ef50e836553c89a6576f5d281978fe7c47 (patch)
treeaea7906ffa1a24bbbd7b1bd405e20e2a05d9b95b /src/web-routes.js
parentd987efdf3f5e60ad81a5d243629208818cdf8211 (diff)
util -> common-util
Diffstat (limited to 'src/web-routes.js')
-rw-r--r--src/web-routes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-routes.js b/src/web-routes.js
index 762b26c3..b93607d6 100644
--- a/src/web-routes.js
+++ b/src/web-routes.js
@@ -34,7 +34,7 @@ export const stationaryCodeRoutes = [
   },
 
   {
-    from: path.join(codeSrcPath, 'util'),
+    from: path.join(codeSrcPath, 'common-util'),
     to: ['staticSharedUtil.root'],
     statically: 'copy',
   },