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