chore: scaffold progetto Astro 5 con adapter node
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
/// <reference types="astro/client" />
|
||||
|
||||
declare namespace App {
|
||||
interface Locals {
|
||||
user?: { id: number; username: string };
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
export const prerender = true;
|
||||
---
|
||||
<html lang="it"><head><title>InsanityLab</title></head>
|
||||
<body><h1>InsanityLab — in costruzione</h1></body></html>
|
||||
Reference in New Issue
Block a user