mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 23:11:13 -04:00
Merge branch 'master' into public-dashboard
# Conflicts: # server/server.js
This commit is contained in:
commit
a8e170f6a8
23 changed files with 430 additions and 30 deletions
|
@ -128,6 +128,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||
exports.entryPage = "dashboard";
|
||||
|
||||
(async () => {
|
||||
Database.init(args);
|
||||
await initDatabase();
|
||||
|
||||
exports.entryPage = await setting("entryPage");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue