import { BaseLayout } from "../views/layout"; import { formatUptime } from "../utils/format"; export function homeRoute(): Response { const uptime = formatUptime(process.uptime()); const startTimestamp = Date.now() - (process.uptime() * 1000); const content = `
The Aurora web server is up and running!
System operational.
Uptime: ${uptime}