chore: upgrade spacetimedb and stabilize dev startup

This commit is contained in:
2026-05-29 21:02:54 +00:00
parent 6e74cf5add
commit 40ef89aeb5
269 changed files with 2038 additions and 2124 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',