6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
document.getElementById = () => document.createElement("div");
|
|
|
|
window.__SALEOR_CONFIG__ = {
|
|
API_URL: "http://localhost:8000/graphql/",
|
|
APP_MOUNT_URI: "/",
|
|
};
|