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