From b1d7920d731cc397494dbd5c5908a3d2bf7d155d Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Tue, 7 Oct 2025 20:26:32 +1000 Subject: [PATCH] Enable experimental vm modules to see if it fixes google sync error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad7af42..731d6253 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "pack:win:ci": "npm run clean:dist && electron-builder --win --x64 --ia32 -p never", "pack:cli": "npm run pack:cli:win | npm run pack:cli:mac | npm run pack:cli:lin", "pack:cli:win": "pkg ./src-cli --targets win-x64 --output ./dist-cli/windows/bwdc.exe", - "pack:cli:mac": "pkg ./src-cli --targets macos-x64 --output ./dist-cli/macos/bwdc", + "pack:cli:mac": "pkg ./src-cli --options experimental-vm-modules --targets macos-x64 --output ./dist-cli/macos/bwdc", "pack:cli:lin": "pkg ./src-cli --targets linux-x64 --output ./dist-cli/linux/bwdc", "dist:lin": "npm run build:dist && npm run pack:lin", "dist:mac": "npm run build:dist && npm run pack:mac",