@xuda.io/xuda-worker-bundle-min 1.3.2443 → 1.3.2445
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/index.js +2 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2827,10 +2827,8 @@ func.datasource.create = async function (
|
|
|
2827
2827
|
|
|
2828
2828
|
var run_at = _prog_obj?.properties?.runAt;
|
|
2829
2829
|
|
|
2830
|
-
if (
|
|
2831
|
-
|
|
2832
|
-
run_at = 'client';
|
|
2833
|
-
}
|
|
2830
|
+
if (_session.opt.app_computing_mode === 'main') {
|
|
2831
|
+
run_at = 'client';
|
|
2834
2832
|
}
|
|
2835
2833
|
|
|
2836
2834
|
if (_prog_obj?.properties.menuType === 'globals') {
|