subida de version node
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
"name": "surtilatino-frontend-page",
|
"name": "surtilatino-frontend-page",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.9.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import { cn } from "@/lib/utils";
|
|||||||
|
|
||||||
interface CatalogBrowserProps {
|
interface CatalogBrowserProps {
|
||||||
initialProducts: Product[];
|
initialProducts: Product[];
|
||||||
|
|
||||||
categories: Category[];
|
categories: Category[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user