Refactor project: remove unused code, clean up logs, streamline error handling, update TypeScript configs, and enhance message streaming.

- Deployed
This commit is contained in:
geoffsee
2025-06-24 16:28:25 -04:00
parent 004ec580d3
commit 9698fc6f3b
19 changed files with 227 additions and 228 deletions

View File

@@ -19,7 +19,6 @@ export default types
headers: Headers,
env: Vike.PageContext.env,
) {
console.log("handleSsr");
const pageContextInit = {
urlOriginal: url,
headersOriginal: headers,
@@ -39,7 +38,6 @@ export default types
}
},
async handleStaticAssets(request: Request, env) {
console.log("handleStaticAssets");
try {
return await env.ASSETS.fetch(request);
} catch (error) {