mirror of
https://github.com/harivansh-afk/GymSupps.git
synced 2026-04-15 07:04:47 +00:00
hotfix: shoppify hydrogen initialization with mock data
This commit is contained in:
parent
357979d0af
commit
4e59c6866d
15 changed files with 6510 additions and 115 deletions
12
hydrogen.config.ts
Normal file
12
hydrogen.config.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import {defineConfig} from '@shopify/hydrogen/config';
|
||||
|
||||
export default defineConfig({
|
||||
shopify: {
|
||||
storeDomain: 'your-store.myshopify.com',
|
||||
storefrontToken: 'your_storefront_api_token',
|
||||
storefrontApiVersion: '2024-01', // Use the latest API version
|
||||
},
|
||||
session: {
|
||||
storage: 'memory', // You can change this to 'redis' or other storage methods in production
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue