This commit is contained in:
Lukian 2024-09-16 17:50:14 +02:00
parent 56b4fdb409
commit 83b719f6d2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:latest
FROM node:18
WORKDIR /app

View file

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