Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
feat: find conf path for adding cache rules
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 17, 2021
1 parent f8ccf3e commit 45e5a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ class School {
userUlti.loadUserFromEnv(env)
await new School(conf).loadSchoolFromEnv(env)
require('./TEST/dcampus')
} else {
// Log out config path
console.table({ 'config-path': conf.path })
}
}
}
Expand Down

0 comments on commit 45e5a25

Please sign in to comment.