style: add eslint and prettier

This commit is contained in:
Cfp
2025-06-22 17:06:50 +02:00
parent 6eb465d43a
commit 6ecaef6e8b
11 changed files with 552 additions and 214 deletions

View File

@ -1,5 +1,5 @@
import { Pool } from "pg";
export const pool = new Pool({
connectionString: process.env.DATABASE_URL
})
connectionString: process.env.DATABASE_URL,
});