chore: scaffold progetto Astro 5 con adapter node

This commit is contained in:
2026-07-01 23:35:56 +02:00
parent 9780e51137
commit 5f7ed1f97b
12 changed files with 6132 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/// <reference types="astro/client" />
declare namespace App {
interface Locals {
user?: { id: number; username: string };
}
}
+5
View File
@@ -0,0 +1,5 @@
---
export const prerender = true;
---
<html lang="it"><head><title>InsanityLab</title></head>
<body><h1>InsanityLab — in costruzione</h1></body></html>