added tests for backend, router dom to frontend

This commit is contained in:
QkoSad
2024-12-03 16:09:25 +02:00
parent 8e4317abde
commit cb7b3ad94c
1142 changed files with 3599 additions and 573520 deletions
-10
View File
@@ -1,10 +0,0 @@
import mysql from "mysql2/promise";
const connection = await mysql.createConnection({
host: "localhost",
user: "monty",
password: "some_pass",
database: "timelog",
});
export default connection;