We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2dcba commit f1f5314Copy full SHA for f1f5314
utils/install.js
@@ -7,7 +7,7 @@ const compVer = require('compare-versions')
7
const DB_VER = 'v0.1.0' // current db version
8
const MIN_DB_VER = 'v0.1.0' // minimum checkpoint db version
9
10
-const globalElements = require('./classes/globalElements')
+const globalElements = require('../src/structures/globalElements')
11
globalElements(false)
12
console.log('Loaded Global Properties and Functions.')
13
@@ -21,7 +21,7 @@ run().then(installDeps).then((v) => {
21
})
22
23
async function run () {
24
- const config = require('./config')
+ const config = require('../config')
25
26
console.log('Initializing Database...')
27
switch (config.db.type) {
0 commit comments