diff --git a/packages/frontend/lib/vite-plugin-watch-locales.ts b/packages/frontend/lib/vite-plugin-watch-locales.ts index ddb47a218d..f4f1bea780 100644 --- a/packages/frontend/lib/vite-plugin-watch-locales.ts +++ b/packages/frontend/lib/vite-plugin-watch-locales.ts @@ -4,7 +4,7 @@ import locales from '../../../locales/index.js'; const localesDir = path.resolve(__dirname, '../../../locales') /** - * 外部ファイルを監視し、必要に応じてサーバを再起動するViteプラグイン + * 外部ファイルを監視し、必要に応じてwebSocketでメッセージを送るViteプラグイン * @returns {import('vite').Plugin} */ export default function pluginWatchLocales() {