handle filter list city by url

This commit is contained in:
ehsan
2025-05-03 16:13:25 +03:30
parent 6a805bc627
commit 4c49090a5b
4 changed files with 100 additions and 52 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "cross-env HOST=nobat724.localhost PORT=3000 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -43,6 +43,7 @@
"universal-cookie": "^7.2.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}