Introduce config module
This commit is contained in:
parent
5b9f3701f5
commit
3fb6834f7d
50 changed files with 213 additions and 208 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
import * as request from 'request-promise-native';
|
||||
import Othello, { Color } from '../core';
|
||||
import conf from '../../conf';
|
||||
import conf from '../../config';
|
||||
|
||||
let game;
|
||||
let form;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import * as childProcess from 'child_process';
|
|||
const WebSocket = require('ws');
|
||||
import * as ReconnectingWebSocket from 'reconnecting-websocket';
|
||||
import * as request from 'request-promise-native';
|
||||
import conf from '../../conf';
|
||||
import conf from '../../config';
|
||||
|
||||
// 設定 ////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue