2022-10-27 15:26:09 +00:00
|
|
|
document.getElementById = () => document.createElement("div");
|
2022-11-16 15:01:34 +00:00
|
|
|
|
|
|
|
window.__SALEOR_CONFIG__ = {
|
|
|
|
API_URL: "http://localhost:8000/graphql/",
|
|
|
|
APP_MOUNT_URI: "/",
|
2022-11-30 16:20:20 +00:00
|
|
|
MARKETPLACE_URL: "http//localhost:3000",
|
|
|
|
SALEOR_APPS_PAGE_PATH: "/saleor-apps",
|
|
|
|
SALEOR_APPS_JSON_PATH: "/api/saleor-apps",
|
|
|
|
APP_TEMPLATE_GALLERY_PATH: "/template-gallery",
|
2022-11-16 15:01:34 +00:00
|
|
|
};
|