diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 04b0fc6b73..2d76e943fb 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -262,7 +262,6 @@ function generateRustLicenses(): LicenseInfo[] | undefined { const { stdout, stderr, status } = spawnSync("cargo", ["about", "generate", "about.hbs"], { cwd: path.join(__dirname, ".."), encoding: "utf8", - timeout: 60000, // One minute shell: true, windowsHide: true, // Hide the terminal on Windows });