mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 00:32:38 +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() {
|
function resolveStandaloneSymlinks() {
|
||||||
const standaloneModules = path.join(
|
const standaloneModules = path.join(
|
||||||
'..', 'surfsense_web', '.next', 'standalone', '.next', 'node_modules'
|
'..', 'surfsense_web', '.next', 'standalone', 'surfsense_web', 'node_modules'
|
||||||
);
|
);
|
||||||
if (!fs.existsSync(standaloneModules)) return;
|
if (!fs.existsSync(standaloneModules)) return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue