Merge branch 'release/v2.2.4'

This commit is contained in:
Amirhossein Mahmoodi
2024-08-12 10:07:35 +03:30
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard"
NEXT_PUBLIC_API_VERSION = "2.2.3"
NEXT_PUBLIC_API_VERSION = "2.2.4"
NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa"
NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:publish": "npm i && npm run build && pm2 restart ecosystem.config.js",
"start": "next start",
"publish-3001": "next start -p 3001",
"lint": "next lint"
@@ -46,4 +47,4 @@
"@faker-js/faker": "^7.6.0",
"eslint-config-next": "^13.3.0"
}
}
}