Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-06-13 15:02:47 +09:00 committed by GitHub
commit 8754ca6fd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
118 changed files with 7642 additions and 466 deletions

View file

@ -5,7 +5,7 @@ import { type UserConfig, defineConfig } from 'vite';
import locales from '../../locales/index.js';
import meta from '../../package.json';
import packageInfo from './package.json' assert { type: 'json' };
import packageInfo from './package.json' with { type: 'json' };
import pluginUnwindCssModuleClassName from './lib/rollup-plugin-unwind-css-module-class-name.js';
import pluginJson5 from './vite.json5.js';