This commit is contained in:
syuilo 2020-09-20 20:41:10 +09:00
parent 57aed93aff
commit 78886e0144
8 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"_v": "1.2.7",
"_v": "1.2.8",
"main": "./built/index.js",
"scripts": {
"start": "node ./built",

View File

@ -6,6 +6,8 @@
*
*/
import 'module-alias/register';
import * as request from 'request-promise-native';
import Reversi, { Color } from 'misskey-reversi';
import config from '@/config';

View File

@ -246,6 +246,10 @@ export const items = [
'虚無',
'UFO',
'NumLockキー',
'放射性廃棄物',
'火星',
'ウラン',
'遠心分離機',
];
export const and = [

View File

@ -1,7 +1,7 @@
import from '@/ai';
import { account } from '#/_mocks_/account';
import TestModule from '#/_modules_/test';
import { StreamingApi } from '#/_mocks_/ws';
import { account } from '#/__mocks__/account';
import TestModule from '#/__modules__/test';
import { StreamingApi } from '#/__mocks__/ws';
process.env.NODE_ENV = 'test';