mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix setup script
This commit is contained in:
parent
5771a150a4
commit
76669518d9
@ -125,7 +125,7 @@ export default class Server {
|
|||||||
|
|
||||||
if (!setupOk) {
|
if (!setupOk) {
|
||||||
console.log("⚠️ Server setup is not complete, running setup proccess.")
|
console.log("⚠️ Server setup is not complete, running setup proccess.")
|
||||||
let setupScript = await import("./mainAPI/setup")
|
let setupScript = await import("./setup")
|
||||||
|
|
||||||
setupScript = setupScript.default ?? setupScript
|
setupScript = setupScript.default ?? setupScript
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user