diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-08-27 12:09:19 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-08-27 12:09:19 +0900 |
| commit | ee96f77ef28466a71f24c46edbea6a4f687834ca (patch) | |
| tree | 43ecd3c80b1600070227ae3523686b64db267a02 /packages/frontend/lib | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-ee96f77ef28466a71f24c46edbea6a4f687834ca.tar.gz misskey-ee96f77ef28466a71f24c46edbea6a4f687834ca.tar.bz2 misskey-ee96f77ef28466a71f24c46edbea6a4f687834ca.zip | |
refactor
Diffstat (limited to 'packages/frontend/lib')
| -rw-r--r-- | packages/frontend/lib/vite-plugin-create-search-index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/lib/vite-plugin-create-search-index.ts b/packages/frontend/lib/vite-plugin-create-search-index.ts index 4e20828909..f17b43b0e3 100644 --- a/packages/frontend/lib/vite-plugin-create-search-index.ts +++ b/packages/frontend/lib/vite-plugin-create-search-index.ts @@ -8,7 +8,7 @@ import { parse as vueSfcParse } from 'vue/compiler-sfc'; import { createLogger, - EnvironmentModuleGraph, + type EnvironmentModuleGraph, type LogErrorOptions, type LogOptions, normalizePath, |