mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
fix: update symlink resolver path for new standalone layout
This commit is contained in:
parent
ec118ed011
commit
9bc3a25669
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue