Release 202506091000

This commit is contained in:
pluja
2025-06-09 10:00:55 +00:00
parent 8b90b3eef6
commit 87f0f36aa1
61 changed files with 5216 additions and 730 deletions

View File

@@ -5,6 +5,12 @@
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
"jsxImportSource": "react",
"types": [
"astro/client",
"vite-plugin-pwa/vanillajs",
"vite-plugin-pwa/info",
"vite-plugin-pwa/pwa-assets"
]
}
}