This commit is contained in:
payacom
2026-07-23 15:58:15 +03:30
parent af5b27b610
commit a1d7db5e7e
445 changed files with 23456 additions and 8865 deletions

View File

@@ -9,7 +9,8 @@
"start:local": "next start --port 3004 --hostname 0.0.0.0",
"pm2:prod": "pm2 start ecosystem.config.cjs --update-env",
"lint": "next lint",
"postbuild": "next-sitemap"
"postbuild": "next-sitemap",
"generate:pwa-icons": "node scripts/generate-pwa-icons.mjs"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",