demo mode

This commit is contained in:
LouisLam 2021-09-02 22:52:20 +08:00
parent 60f2f08cea
commit e31be8caf5

View File

@ -55,7 +55,6 @@ const demoMode = args["demo"] || false;
if (demoMode) {
console.log("==== Demo Mode ====");
Database.templatePath = "./db/demo_kuma.db";
}
// Data Directory (must be end with "/")