This commit is contained in:
Lukian 2024-09-16 17:47:13 +02:00
parent 4868ed9f80
commit 56b4fdb409

View file

@ -1,4 +1,4 @@
const mysql = require("mysql");
import * as mysql from 'mysql';
export function getConnection() {
return mysql.createConnection({