UNPKG

nuxthub

Version:

Interface with the NuxtHub platform from the command line.

13 lines (11 loc) 246 B
import { defineCommand } from 'citty' import migrations from './database/migrations.mjs' export default defineCommand({ meta: { name: 'database', description: 'Manage database migrations.', }, subCommands: { migrations } });