fix: update symlink resolver path for new standalone layout

This commit is contained in:
CREDO23 2026-03-17 19:28:53 +02:00
parent ec118ed011
commit 9bc3a25669

View file

@ -10,7 +10,7 @@ import path from 'path';
*/
function resolveStandaloneSymlinks() {
const standaloneModules = path.join(
'..', 'surfsense_web', '.next', 'standalone', '.next', 'node_modules'
'..', 'surfsense_web', '.next', 'standalone', 'surfsense_web', 'node_modules'
);
if (!fs.existsSync(standaloneModules)) return;