[UPdate] Add error boundary.

This commit is contained in:
Sakamoto Shiina
2025-04-10 21:47:18 +09:00
parent 7e637b795d
commit 2157d5952c
11 changed files with 408 additions and 45 deletions

View File

@@ -35,6 +35,7 @@ export default defineConfig(async () => {
main: path.resolve(__dirname, "index.html"),
},
},
sourcemap: true,
},
resolve: {