merge origin/master into codex/wechat-mini-program-virtual-payment

This commit is contained in:
kdletters
2026-05-31 23:00:43 +08:00
278 changed files with 2904 additions and 2129 deletions

View File

@@ -7,6 +7,8 @@ import {defineConfig, loadEnv} from 'vite';
export default defineConfig(({mode}) => {
const env = loadEnv(mode, __dirname, '');
const ignoredWatchGlobs = [
'**/.git/**',
'**/.worktrees/**',
'**/dist/**',
'**/dist_check/**',
'**/dist_check_final/**',
@@ -22,6 +24,7 @@ export default defineConfig(({mode}) => {
'**/media/**',
'**/scripts/**',
'**/server-rs/**',
'**/server-rs/target/**',
'**/*.test.ts',
'**/*.test.tsx',
'**/*.spec.ts',