refactor: ponytail audit

This commit is contained in:
Amruth Pillai
2026-07-27 20:26:16 +02:00
parent bb1fb3a7d6
commit 9110e86997
157 changed files with 1082 additions and 2177 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { drizzle } from "drizzle-orm/node-postgres";
import { Pool } from "pg";
import { env } from "@reactive-resume/env/server";
export async function resetDatabase() {
async function resetDatabase() {
console.log("Resetting database...");
const pool = new Pool({ connectionString: env.DATABASE_URL });
+1 -1
View File
@@ -160,7 +160,7 @@ function getMetricCompatibleFonts(): WebFont[] {
];
}
export async function generateFonts() {
async function generateFonts() {
const response = await getGoogleFontsJSON();
console.log(`Found ${response.items.length} fonts in total (Google Fonts).`);