Akshaya Parida

Results 2 comments of Akshaya Parida

Sorry sir, for late reply, what happened in April when I zoomed the webpage to read, the side content timeline overlapped with main content. The issue solved within two days,...

import * as dotenv from "dotenv"; import { resolve } from "path"; dotenv.config({ path: resolve(__dirname, ".env") }); import type { Config } from "drizzle-kit"; export default { schema: "./db/schema.ts", out:...