Basic styling

This commit is contained in:
2024-05-10 11:35:43 +03:00
parent 7fede754ea
commit 14ce3c0662
10 changed files with 205 additions and 17 deletions
-1
View File
@@ -4,7 +4,6 @@ import ssh2 from 'ssh2';
// @ts-ignore
export const sql = postgres(
// 'postgres://doki8902:[email protected]:5432/studentu',
{
host: env.PG_HOST,
port: parseInt(env.PG_PORT),