mirror of
https://github.com/harivansh-afk/GymSupps.git
synced 2026-04-15 21:03:24 +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
10
src/env.d.ts
vendored
Normal file
10
src/env.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_SHOPIFY_STORE_DOMAIN: string;
|
||||
readonly VITE_SHOPIFY_STOREFRONT_TOKEN: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue