refactor(*):Address PR comments

This commit is contained in:
Josh Creek
2025-07-26 19:42:04 +01:00
parent bc9ce84615
commit fa38fa69ca
22 changed files with 749 additions and 412 deletions
+7 -1
View File
@@ -17,7 +17,13 @@
"virtual:pwa-assets"
]
},
"include": ["node_modules/vite-plugin-pwa/client.d.ts", "node_modules/**/*.d.ts"]
"include": [
"src/**/*.ts",
"src/**/*.svelte",
"node_modules/vite-plugin-pwa/client.d.ts",
"node_modules/**/*.d.ts"
],
"exclude": [".svelte-kit/**/*", "node_modules/**/*"]
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes