UNPKG

rprcli

Version:

Reaper.js is a powerful TypeScript-based framework designed to streamline backend development. It offers built-in database migrations, seeders, and SQL query utilities, making it easy to manage data efficiently. With native support for TSX and JSX renderi

5 lines 248 B
const path = require("path") const build = require("../server/build") build.migrations().then(()=>{ require(path.join(process.cwd(),"./.reaper/out/migrate/rollback.js")).rollbackMigrations(path.join(process.cwd(),"./.reaper/out/migrations")) })