Skip to content

Commit 4531c42

Browse files
chore(all): bump vite from 6.3.5 to 7.0.0
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 7.0.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b856d40 commit 4531c42

File tree

93 files changed

+13359
-2490
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

+13359
-2490
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)