From c8bd69deb6b949ada7c580b066bf9949606275ac Mon Sep 17 00:00:00 2001 From: xintaofei Date: Tue, 17 Mar 2026 23:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9postinstall=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3js=E5=8A=A0=E8=BD=BD404=E9=97=AE=E9=A2=98=EF=BC=88?= =?UTF-8?q?=E4=B8=8D=E5=BD=B1=E5=93=8D=E4=BD=BF=E7=94=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 255d5d3..782c741 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build", "lint": "eslint", "tauri": "tauri", - "postinstall": "node -e \"const fs=require('fs');fs.cpSync('node_modules/monaco-editor/min/vs','public/vs',{recursive:true,force:true})\"" + "postinstall": "node -e \"const fs=require('fs');fs.cpSync('node_modules/monaco-editor/min/vs','public/vs',{recursive:true,force:true});const p='public/vs/loader.js';fs.writeFileSync(p,fs.readFileSync(p,'utf8').replace(/\\n\\/\\/# sourceMappingURL=.*/,''))\"" }, "dependencies": { "@base-ui/react": "^1.1.0",