fix bug and version check
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1s

This commit is contained in:
2025-12-18 19:39:05 +03:30
parent 2481381798
commit 31b58b7151
12 changed files with 300 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "node scripts/generate-version.js && next build",
"start": "next start",
"lint": "eslint"
},