winter.liang c58565af77 fix: increase DB pool size and fix connection leak in permissions route
- connectionLimit 10 -> 50, queueLimit 0 -> 100 to prevent pool exhaustion
- Add missing db.release() in GET /permissions/:id finally block
2026-04-24 14:20:39 +08:00
2025-06-12 13:50:51 +08:00
2025-06-12 13:50:51 +08:00
2025-06-20 09:39:53 +08:00
2025-06-12 13:50:51 +08:00
2025-06-12 13:50:51 +08:00
2025-06-20 11:28:53 +08:00
fix
2025-06-30 13:32:21 +08:00
2025-06-12 13:50:51 +08:00
2025-06-20 11:28:53 +08:00
2025-07-23 13:45:16 +08:00

NiLai-Clock

Prerequisites

  • Node.js 22.14.0

Customize configuration

Project Setup

npm install

Database Configuration

Create a .env file in the project root with your database configuration:


DB_HOST=your_database_host
DB_USER=your_database_user
DB_PASSWORD=your_database_password
DB_NAME=your_database_name
DB_PORT=your_database_port
VITE_API_BASE_URL=your_api_base_url

Development

Run Frontend Only

npm run dev

Run Backend Only

npm run backend

Run Full Application (Frontend + Backend)

npm run dev:all

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint
S
Description
No description provided
Readme 2 MiB
Languages
Vue 66.8%
JavaScript 32.8%
Dockerfile 0.2%
HTML 0.2%