]> BookStack Code Mirror - bookstack/blobdiff - dev/build/esbuild.js
Comments: Fixed failing tests due to unset template variable
[bookstack] / dev / build / esbuild.js
index 2ff7ac1f455ff6339b1436adcd894a5ebbb6873e..c1e246955b2c2b65d577a7d620bc9b9611c4877a 100644 (file)
@@ -12,6 +12,7 @@ const isProd = process.argv[2] === 'production';
 const entryPoints = {
     app: path.join(__dirname, '../../resources/js/app.js'),
     code: path.join(__dirname, '../../resources/js/code/index.mjs'),
+    'legacy-modes': path.join(__dirname, '../../resources/js/code/legacy-modes.mjs'),
 };
 
 // Locate our output directory