diff --git a/libs/mysql.js b/libs/mysql.js index a69f65f..e1d9624 100644 --- a/libs/mysql.js +++ b/libs/mysql.js @@ -1,4 +1,4 @@ -const mysql = require("mysql"); +import * as mysql from 'mysql'; export function getConnection() { return mysql.createConnection({