mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 15:05:32 +02:00
[BREAKING CHANGE] テスト時の設定ファイルを分けるように
See CHANGELOG for more details
This commit is contained in:
@@ -3,7 +3,7 @@ const yaml = require('js-yaml');
|
||||
const inquirer = require('inquirer');
|
||||
|
||||
const configDirPath = `${__dirname}/../.config`;
|
||||
const configPath = `${configDirPath}/config.yml`;
|
||||
const configPath = `${configDirPath}/default.yml`;
|
||||
|
||||
const form = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user