wip: repopulate complete env with example values
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user