@xuda.io/drive_module 1.1.1060 → 1.1.1061

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2296,6 +2296,9 @@ export default {
2296
2296
  );
2297
2297
 
2298
2298
  //////////////////////
2299
+
2300
+ misc_module.rsync_drive_resources_to_remote_servers("studio", app_id);
2301
+ /////////////////////
2299
2302
  doc.vite_build_res = {
2300
2303
  code: 1,
2301
2304
  data: build_ret,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1060",
3
+ "version": "1.1.1061",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {