backend/environment/constants/database/index.ts
creations 421043c9b5
Some checks failed
Code quality checks / biome (push) Failing after 11s
first commit
2025-06-10 13:42:39 -04:00

5 lines
139 B
TypeScript

import { resolve } from "node:path";
const migrationsPath = resolve("environment", "database", "migrations");
export { migrationsPath };