Deps
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m50s

This commit is contained in:
2026-01-17 22:30:54 -07:00
parent 091766d6e4
commit 39c51b1115
3 changed files with 1 additions and 13 deletions

View File

@@ -3,9 +3,6 @@ import { migrate } from "drizzle-orm/libsql/migrator";
import { createClient } from "@libsql/client";
import path from "path";
import fs from "fs";
import * as dotenv from "dotenv";
dotenv.config();
async function runMigrate() {
console.log("Running migrations...");