You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add isDevBuild() util and namespace mock node dir per instance (#1177)
1. Add isDevBuild() utility to env.ts to separate dev/prod feature gates from ASAR packaging checks
2. Replace !app.isPackaged dev/prod checks across with isDevBuild()
3. Namespace the mock node symlink dir per instance (/tmp/agent-node-dev vs /tmp/agent-node-prod) to avoid cross-contamination between simultaneous dev and prod builds
4. Leave app.isPackaged in place for the 4 sites that genuinely need ASAR .unpacked path resolution
0 commit comments