kinda start index page, add email verify and request route, add session updating

This commit is contained in:
creations 2025-03-14 22:27:05 -04:00
parent b24b1484cb
commit cc4ebfbdd0
Signed by: creations
GPG key ID: 8F553AA4320FC711
12 changed files with 287 additions and 0 deletions

View file

@ -14,6 +14,7 @@ const defaultSettings: Setting[] = [
{ key: "date_format", value: "yyyy-MM-dd_HH-mm-ss" },
{ key: "random_name_length", value: "8" },
{ key: "enable_thumbnails", value: "true" },
{ key: "index_page_stats", value: "true" },
];
export async function createTable(reservation?: ReservedSQL): Promise<void> {