1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 13:05:57 +02:00

bool.ls -> boot.js

This commit is contained in:
Aya Morisawa
2016-12-31 20:26:22 +09:00
parent 94e983a5cc
commit 264051cb1e
6 changed files with 173 additions and 158 deletions

View File

@@ -3,7 +3,7 @@
*/
require('./tags.ls');
const boot = require('../boot.ls');
const boot = require('../boot.js');
const route = require('./router.ls');
/**