@hortonstudio/main 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +2 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -156,6 +156,7 @@ const loadHsModule = async (moduleName) => {
|
|
156
156
|
};
|
157
157
|
|
158
158
|
const initializeAPI = () => {
|
159
|
+
console.log('🔍 Initializing HortonStudio API...');
|
159
160
|
const apiInstance = window[API_NAME];
|
160
161
|
|
161
162
|
const existingRequests = Array.isArray(apiInstance) ? apiInstance : [];
|