Merge branch 'table_column_resize' into dev_environment

This commit is contained in:
Carter 2025-06-04 16:33:29 -06:00
commit 2b4c0dd1c5

View file

@ -14,7 +14,7 @@ export default defineConfig({
globPatterns: ['**/*.{js,css,html,png,jpg,svg}'], // Cache all common asset types globPatterns: ['**/*.{js,css,html,png,jpg,svg}'], // Cache all common asset types
maximumFileSizeToCacheInBytes: 20 * 1024 * 1024, // 20 MiB maximumFileSizeToCacheInBytes: 20 * 1024 * 1024, // 20 MiB
cleanupOutdatedCaches: true, cleanupOutdatedCaches: true,
navigateFallback: "/index.html", navigateFallback: "/indexV2.html",
runtimeCaching: [ runtimeCaching: [
{ {
urlPattern: ({ request }) => request.destination === 'document', urlPattern: ({ request }) => request.destination === 'document',