This commit is contained in:
Leo
2024-01-19 20:22:41 +08:00
parent 47aaf71d10
commit 60c132d9ea
7 changed files with 243 additions and 19 deletions

View File

@ -1,4 +1,4 @@
const mysql = require("mysql2");
const path = require("path");
require('dotenv').config({ path: path.resolve(__dirname, '../.env') })
const fs = require('fs');