mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix setup script
This commit is contained in:
parent
5771a150a4
commit
76669518d9
@ -125,7 +125,7 @@ export default class Server {
|
||||
|
||||
if (!setupOk) {
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user