chore: update Node version and enhance package scripts

- Updated Node version in .nvmrc from 24.0.0-nightly to 23.5.0 for better compatibility.
- Modified package.json to include a prestart script for Prisma generation and adjusted the start script to enable watch mode.
- Removed unused import from document.schema.ts to clean up the code.
- Added keepAlive setting for subscriptions in graphql.module.ts to improve connection stability.

These changes aim to streamline the development environment and enhance the application's performance and maintainability.
This commit is contained in:
2025-01-08 18:08:52 +07:00
parent 776881f961
commit 26a5e6fe89
4 changed files with 5 additions and 7 deletions

2
.nvmrc
View File

@@ -1 +1 @@
24.0.0-nightly202412106c03beba46
23.5.0