Zeichen's backing service for remote storage.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

8 行
234 B

  1. const path = require('path');
  2. module.exports = {
  3. 'config-path': path.resolve('database', 'config', 'config.js'),
  4. 'seeders-path': path.resolve('database', 'seeders'),
  5. 'migrations-path': path.resolve('database', 'migrations')
  6. };