mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 00:39:01 +08:00
Improved log
This commit is contained in:
parent
f54b87dff3
commit
f540e49bca
@ -18,7 +18,12 @@ service();
|
|||||||
/****************************************** Service **********************************************************/
|
/****************************************** Service **********************************************************/
|
||||||
|
|
||||||
function service() {
|
function service() {
|
||||||
console.log("========== Sub-Store ===========")
|
console.log(
|
||||||
|
`
|
||||||
|
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
|
||||||
|
𝑺𝒖𝒃-𝑺𝒕𝒐𝒓𝒆 © 𝑷𝒆𝒏𝒈-𝒀𝑴
|
||||||
|
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
|
||||||
|
`)
|
||||||
const $app = express();
|
const $app = express();
|
||||||
// Constants
|
// Constants
|
||||||
const SETTINGS_KEY = "settings";
|
const SETTINGS_KEY = "settings";
|
||||||
@ -3365,7 +3370,7 @@ function express({port} = {port: 3000}) {
|
|||||||
// adapter
|
// adapter
|
||||||
app.start = () => {
|
app.start = () => {
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
$.info(`Express started on port: ${port}`);
|
$.log(`Express started on port: ${port}`);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
return app;
|
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