mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Added build dependencies for native Node.js modules in the Dockerfile, including python3, make, g++, and postgresql-dev. - Installed postgresql-libs and removed build dependencies after installation to reduce image size. - Updated pnpm-lock.yaml to include pg-native version 3.5.2 and adjusted related package versions accordingly. - Modified package.json to add pg-native as a dependency. - Updated vite.config.ts to include pg-native in the external dependencies list. Signed-off-by: Innei <tukon479@gmail.com>