WIP: Current state before PVP combat investigation

This commit is contained in:
Joan
2026-02-03 12:19:28 +01:00
parent 7f42fd6b7f
commit 0b0a23f500
36 changed files with 2423 additions and 1472 deletions

View File

@@ -44,7 +44,9 @@ export default defineConfig({
cleanupOutdatedCaches: true,
skipWaiting: true,
clientsClaim: true,
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2}'],
// Exclude images from precache manifest to avoid 404s on build
globPatterns: ['**/*.{js,css,html,ico,svg,woff,woff2}'],
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024, // 5MB
runtimeCaching: [
{
urlPattern: /^https:\/\/staging\.echoesoftheash\.com\/api\/.*/i,