feat: Init. v2 implementation in admin (#6715)

This commit is contained in:
Oli Juhl
2024-03-20 14:28:28 +01:00
committed by GitHub
parent c658bd0233
commit 8155e2cfad
52 changed files with 1951 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
interface ImportMetaEnv {
readonly MEDUSA_ADMIN_BACKEND_URL: string
readonly MEDUSA_V2: boolean
readonly VITE_MEDUSA_V2: boolean
}
interface ImportMeta {