From b36f0edfb1e3e21c5baced5c3fc2624e6cd5cb54 Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 11 Jun 2024 19:13:37 +0200 Subject: [PATCH] rename db with .ts extension (it turns out typescript/nextjs is buggy with mjs) --- src/app/lib/{db.mts => db.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/app/lib/{db.mts => db.ts} (100%) diff --git a/src/app/lib/db.mts b/src/app/lib/db.ts similarity index 100% rename from src/app/lib/db.mts rename to src/app/lib/db.ts