dlbGatekeeper/frontend
Josh Finlay a0533e1d78 fix: database connection handling
- Create new connections for each request instead of reusing one
- Remove global connection pool to fix thread reuse error
- Simplify shutdown handler
2025-01-08 08:36:50 +10:00
..
src fix: database connection handling 2025-01-08 08:36:50 +10:00
index.html Initial commit - DLB Gatekeeper project setup 2025-01-06 10:52:30 +10:00
package-lock.json fix: align frontend-backend types and API responses 2025-01-08 08:32:52 +10:00
package.json fix: align frontend-backend types and API responses 2025-01-08 08:32:52 +10:00
postcss.config.js Initial commit - DLB Gatekeeper project setup 2025-01-06 10:52:30 +10:00
tailwind.config.js UI/UX Improvements and Infrastructure Updates 2025-01-07 15:33:31 +10:00
tsconfig.json Initial commit - DLB Gatekeeper project setup 2025-01-06 10:52:30 +10:00
vite.config.ts Initial commit - DLB Gatekeeper project setup 2025-01-06 10:52:30 +10:00