mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Move server to root dir.
This commit is contained in:
parent
8656bdd74e
commit
324fceb5c3
11 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
const {jq, lo} = require('../globals');
|
||||
const server = require('../server');
|
||||
const event = require('../core/event');
|
||||
const location = require('../core/location');
|
||||
const resource = require('../core/resource');
|
||||
const server = require('../core/server');
|
||||
const allsettings = require('../core/settings');
|
||||
|
||||
const settings = lo.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue