fix message

This commit is contained in:
tai-cha 2025-06-23 19:55:22 +09:00
parent bddc00bf47
commit dc97357e5e
1 changed files with 1 additions and 1 deletions

View File

@ -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() {