Skip to content

Commit

Permalink
remove src path for sdk in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Jul 13, 2023
1 parent 84bf5db commit aca7a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@
_config_settings._CONFIG = {
"relativeImportPath": "",
"remoteImportsPath": "",
"remoteSDKPath": "https://sdk.qcobjects.dev/v2.4/src/",
"remoteSDKPath": "https://sdk.qcobjects.dev/",
"asynchronousImportsLoad": false,
"removePackageScriptAfterLoading": true,
"componentsBasePath": "",
Expand Down

0 comments on commit aca7a7a

Please sign in to comment.