From dbf8a4aa4d2fa5b64d489c733d0b7965dacfaeab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 03:07:23 +0000 Subject: [PATCH] Update docs and sort content --- src/content/post/日记/2024/11/2024-11-26.md | 2 -- src/content/post/日记/2024/11/2024-11-28.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/post/日记/2024/11/2024-11-26.md b/src/content/post/日记/2024/11/2024-11-26.md index c6dcb90..5c8e457 100644 --- a/src/content/post/日记/2024/11/2024-11-26.md +++ b/src/content/post/日记/2024/11/2024-11-26.md @@ -10,8 +10,6 @@ tags: - 幸福的具象化 description: 今天是milklove宣布二搭、三搭的日子。根据截图,牛奶爱情已经发展到了很幸福的阶段。有许多视频和 GIFs 表示了他们之间的亲密度和甜蜜。虽然没有具体详细信息,但可以看出这对人是非常恩爱的。在这里汇总了一些关键的视频和截图,展示了milklove的幸福感和关怀。 published: true - - category: 日记-2024-11 --- diff --git a/src/content/post/日记/2024/11/2024-11-28.md b/src/content/post/日记/2024/11/2024-11-28.md index b0c1f66..cd5eb0d 100644 --- a/src/content/post/日记/2024/11/2024-11-28.md +++ b/src/content/post/日记/2024/11/2024-11-28.md @@ -31,7 +31,7 @@ SonarLint 内存占用高,卡顿 ``` error when starting dev server: ReferenceError: module is not defined in ES module scope -This file is being treated as an ES module because it has a '.js' file extension and 'C:\Users\turbo\Developer\tars-admin-frontend.worktrees\fix\cannot-export\node_modules\.pnpm\vite-plugin-checker@0.8.0_eslint@8.57.1_optionator@0.9.4_typescript@4.9.5_vite@4.5.5_@types+n_f2jvehahdn5lgzw77tv2nbqmma\node_modules\vite-plugin-checker\package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension. +This file is being treated as an ES module because it has a '.js' file extension and 'C:\Users\turbo\Developer\xxx.worktrees\fix\cannot-export\node_modules\.pnpm\vite-plugin-checker@0.8.0_eslint@8.57.1_optionator@0.9.4_typescript@4.9.5_vite@4.5.5_@types+n_f2jvehahdn5lgzw77tv2nbqmma\node_modules\vite-plugin-checker\package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension. ``` Ensure the project either has "type": "module" set or that the Vite config is renamed to vite.config.mjs / vite.config.mts depending on whether TypeScript is used