feat(promotions): add CRUD endpoints for promotion by id #101

Merged
djalim merged 3 commits from feature/PMPR-15-16-17-api-promotions-id into develop 2026-04-22 12:41:04 +00:00
Showing only changes of commit 5229453169 - Show all commits
+1
View File
@@ -1,4 +1,5 @@
import { defineConfig } from "drizzle-kit";
import process from "node:process";
export default defineConfig({
dialect: "postgresql",