Changed to deno suport

This commit is contained in:
Lukian 2024-12-23 23:34:14 +01:00
parent f69802edc9
commit 785afbdec5
28 changed files with 531 additions and 88 deletions

View file

@ -1,4 +1,4 @@
import * as mysql from "mysql";
import * as mysql from "npm:mysql";
import { rejects } from "node:assert";
import { resolve } from "node:path";