UNPKG

362 BJavaScriptView Raw
1/*
2 * @adonisjs/lucid
3 *
4 * (c) AdonisJS
5 *
6 * For the full copyright and license information, please view the LICENSE
7 * file that was distributed with this source code.
8 */
9export * as errors from './src/errors.js';
10export { configure } from './configure.js';
11export { stubsRoot } from './stubs/main.js';
12export { defineConfig } from './src/define_config.js';