-
-
-
-
- The platform commerce is built on.
-
-
- Millions of the world's most successful brands trust Shopify to
- sell, ship and process payments anywhere.
-
-
-
- admin demo
- shop demo
-
-
+
+
+
The platform commerce is built on.
+
+
Current price: {price}
+
- {/* main card */}
+

- {/* chair card */}
-
- Your Store
-
-
-
Modern Sofa
-
$124.60
-
-
-
+
$218
+
+
- {/* total sales */}
-
-
-
- TOTAL SALES
-
-
-
- $218
-
-

-
-
-
-
6 total orders
-
View report {">"}
-
-
);
-}
+}
\ No newline at end of file
diff --git a/vite.config.js b/vite.config.js
index bfc2f1b..6a96e3e 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -6,5 +6,6 @@ export default defineConfig({
plugins: [react()],
server: {
port: 3000,
+ host: true
}
})