mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-09 23:59:01 +08:00
Improved log
This commit is contained in:
parent
f54b87dff3
commit
f540e49bca
@ -18,7 +18,12 @@ service();
|
||||
/****************************************** Service **********************************************************/
|
||||
|
||||
function service() {
|
||||
console.log("========== Sub-Store ===========")
|
||||
console.log(
|
||||
`
|
||||
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
|
||||
𝑺𝒖𝒃-𝑺𝒕𝒐𝒓𝒆 © 𝑷𝒆𝒏𝒈-𝒀𝑴
|
||||
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
|
||||
`)
|
||||
const $app = express();
|
||||
// Constants
|
||||
const SETTINGS_KEY = "settings";
|
||||
@ -3365,7 +3370,7 @@ function express({port} = {port: 3000}) {
|
||||
// adapter
|
||||
app.start = () => {
|
||||
app.listen(port, () => {
|
||||
$.info(`Express started on port: ${port}`);
|
||||
$.log(`Express started on port: ${port}`);
|
||||
});
|
||||
};
|
||||
return app;
|
||||
|
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user