wip: repopulate complete env with example values

This commit is contained in:
2024-05-27 21:30:47 +10:00
parent 0d09e0d44f
commit ff6886e309
3 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import mysql, { PoolOptions, Pool } from "mysql2";
import { Pool as pPool } from "mysql2/promise"
import * as fs from 'fs';
import * as appEnv from "./env";
import * as appEnv from "@/backend/env";
let pool: Pool | undefined;
let promisePool: pPool | undefined;