[root@87-107-108-212 public_html]# cd /home/pardehstore/public_html
[root@87-107-108-212 public_html]# npm install
npm warn deprecated @esbuild-kit/esm-loader@2.6.5: Merged into tsx: https://tsx.is
npm warn deprecated @esbuild-kit/core-utils@3.3.2: Merged into tsx: https://tsx.is

added 537 packages, and audited 538 packages in 17s

69 packages are looking for funding
  run `npm fund` for details

17 vulnerabilities (3 low, 6 moderate, 8 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
[root@87-107-108-212 public_html]# npm run build

> rest-express@1.0.0 build
> vite build && esbuild server/index.ts --platform=node --packages=external --bundle --format=esm --outdir=dist

vite v5.4.20 building for production...
transforming (5) ../node_modules/@tanstack/react-query/build/modern/index.js
A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.
✓ 3475 modules transformed.
../dist/public/index.html                              1.07 kB │ gzip:   0.59 kB
../dist/public/assets/index-D__2u4gI.css             115.34 kB │ gzip:  18.37 kB
../dist/public/assets/purify.es-C5KSVp3G.js           22.74 kB │ gzip:   8.79 kB
../dist/public/assets/index.es-DDT06EOe.js           150.58 kB │ gzip:  51.53 kB
../dist/public/assets/html2canvas.esm-CBrSDip1.js    201.42 kB │ gzip:  48.03 kB
../dist/public/assets/index-Blkcc4SD.js            2,378.23 kB │ gzip: 687.90 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 53.82s

  dist/index.js  224.3kb

⚡ Done in 161ms
[root@87-107-108-212 public_html]#