@adonisjs/lucid
Version:
SQL ORM built on top of Active Record pattern
20 lines (19 loc) • 659 B
JavaScript
"use strict";
/*
* @adonisjs/lucid
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = [
'/lucid/build/commands/DbSeed',
'/lucid/build/commands/MakeModel',
'/lucid/build/commands/MakeMigration',
'/lucid/build/commands/MakeSeeder',
'/lucid/build/commands/Migration/Run',
'/lucid/build/commands/Migration/Rollback',
'/lucid/build/commands/Migration/Status',
];