diff options
| author | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:15:53 +0900 |
|---|---|---|
| committer | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:15:53 +0900 |
| commit | 3fb6834f7d06d52163102b69afe353f8c65ee003 (patch) | |
| tree | 2d44fc013296310c1a9baed62f45f89ec1fd179d /src/client/docs/vars.ts | |
| parent | Abolish common and misc directories (diff) | |
| download | misskey-3fb6834f7d06d52163102b69afe353f8c65ee003.tar.gz misskey-3fb6834f7d06d52163102b69afe353f8c65ee003.tar.bz2 misskey-3fb6834f7d06d52163102b69afe353f8c65ee003.zip | |
Introduce config module
Diffstat (limited to '')
| -rw-r--r-- | src/client/docs/vars.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/docs/vars.ts b/src/client/docs/vars.ts index 1a3b48bd76..dbdc880611 100644 --- a/src/client/docs/vars.ts +++ b/src/client/docs/vars.ts @@ -6,7 +6,7 @@ import * as licenseChecker from 'license-checker'; import * as tmp from 'tmp'; import { fa } from '../../build/fa'; -import config from '../../conf'; +import config from '../../config'; import { licenseHtml } from '../../build/license'; const constants = require('../../const.json'); |