feat: update .env.local.example to use quotes for environment variables

chore: add @vitest/coverage-v8 dependency to package.json

chore: update pnpm-lock.yaml with new dependencies and versions

test: enhance env.test.ts to validate environment variable handling and defaults
This commit is contained in:
Max Kowalski
2025-06-27 19:27:09 +02:00
parent 49a75f5ede
commit f3f63943a8
5 changed files with 332 additions and 41 deletions

View File

@ -69,6 +69,7 @@
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.27.0",
"eslint-config-next": "^15.3.2",
"eslint-plugin-prettier": "^5.4.0",