mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
* chore(deps): update vite to rolldown-vite and add new dependencies - Updated vite dependency to rolldown-vite@latest in package.json. - Added new dependencies including @emnapi/core, @emnapi/runtime, and @napi-rs/wasm-runtime in yarn.lock. - Introduced patches for atomically and file-stream-rotator packages. - Added process import in index.ts for improved functionality. * updrade vitest * not package graceful-fs * update yarn.lock
13 lines
444 B
Diff
Vendored
13 lines
444 B
Diff
Vendored
diff --git a/dist/utils/temp.js b/dist/utils/temp.js
|
|
index c0844f640f7927ff87edda13f7c853d10ebb8dd0..3ca3d29e0f4ee700c43ebde47002883955b664b3 100644
|
|
--- a/dist/utils/temp.js
|
|
+++ b/dist/utils/temp.js
|
|
@@ -2,6 +2,7 @@
|
|
/* IMPORT */
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const path = require("path");
|
|
+const process = require("process");
|
|
const consts_1 = require("../consts");
|
|
const fs_1 = require("./fs");
|
|
/* TEMP */
|