Skip to content

Commit b75678a

Browse files
chore(all): bump @types/node from 24.0.3 to 24.0.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.0.3 to 24.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b856d40 commit b75678a

File tree

93 files changed

+13302
-2410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+13302
-2410
lines changed

.github/workflows/backend-release-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
working-directory: services/backend
6060
run: npm run lint
6161

62+
- name: Check for console.log in backend
63+
working-directory: services/backend
64+
run: npm run check:no-console
65+
6266
- name: Prepare release
6367
working-directory: services/backend
6468
env:

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737

3838
- name: Backend Lint
3939
run: npm run lint:backend
40+
41+
- name: Check for console.log in backend
42+
run: npm run check:no-console:backend

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ services/backend/tests/e2e/test-data/*.db
7272
cookies.txt
7373
cookiejar.txt
7474
cookie.txt
75+
76+
coverage/
77+
persistent_data/database-test/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ You can also run DeployStack on your own infrastructure for maximum control:
110110
```env
111111
DEPLOYSTACK_FRONTEND_URL=http://localhost:5173
112112
DEPLOYSTACK_ENCRYPTION_SECRET=your-very-secure-32-character-secret-key-here
113+
LOG_LEVEL=debug
113114
```
114115

115116
```bash

0 commit comments

Comments
 (0)