Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sync fork with main repository #3

Merged
merged 3 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/script/default-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function start(done: (err?: any, server?: express.Express, storage?: Stor
next();
});

if (process.env.LOGGING) {
if (process.env.LOGGING === "true") {
app.use((req: express.Request, res: express.Response, next: (err?: any) => void): any => {
console.log(); // Newline to mark new request
console.log(`[REST] Received ${req.method} request at ${req.originalUrl}`);
Expand Down
9 changes: 5 additions & 4 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"opener": "^1.5.2",
"parse-duration": "1.1.0",
"parse-duration": "^1.1.0",
"plist": "^3.0.6",
"progress": "^2.0.3",
"prompt": "^1.3.0",
Expand Down