@abtnode/webapp 1.8.66-beta-b56e3b54 → 1.8.66

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 (47) hide show
  1. package/README.md +2 -2
  2. package/blocklet.js +1 -1
  3. package/blocklet.yml +1 -1
  4. package/build/asset-manifest.json +22 -21
  5. package/build/index.html +1 -1
  6. package/build/static/js/154.0d9934b4.chunk.js +1 -0
  7. package/build/static/js/1850.da9fb95c.chunk.js +1 -0
  8. package/build/static/js/{2878.1226678f.chunk.js → 2878.5626558d.chunk.js} +1 -1
  9. package/build/static/js/2997.969a5b32.chunk.js +1 -0
  10. package/build/static/js/3776.1490b0f7.chunk.js +1 -0
  11. package/build/static/js/4557.5d6b1e9b.chunk.js +1 -0
  12. package/build/static/js/{4633.a71d2573.chunk.js → 4633.2ec6b724.chunk.js} +1 -1
  13. package/build/static/js/5984.4b003ea6.chunk.js +1 -0
  14. package/build/static/js/6158.8a43296d.chunk.js +1 -0
  15. package/build/static/js/6189.d6d74d14.chunk.js +1 -0
  16. package/build/static/js/6615.76e56505.chunk.js +2 -0
  17. package/build/static/js/7327.84236b21.chunk.js +1 -0
  18. package/build/static/js/8058.e64d5b26.chunk.js +1 -0
  19. package/build/static/js/8213.0d37de98.chunk.js +1 -0
  20. package/build/static/js/8235.a30f1b78.chunk.js +1 -0
  21. package/build/static/js/8352.4934643c.chunk.js +1 -0
  22. package/build/static/js/851.cb4aa1f3.chunk.js +1 -0
  23. package/build/static/js/875.a1421784.chunk.js +1 -0
  24. package/build/static/js/91.417f9a98.chunk.js +1 -0
  25. package/build/static/js/9779.bbf0dd81.chunk.js +1 -0
  26. package/build/static/js/main.a134e3b8.js +2 -0
  27. package/build/static/js/{main.f19dfb99.js.LICENSE.txt → main.a134e3b8.js.LICENSE.txt} +7 -0
  28. package/package.json +1 -1
  29. package/build/static/js/154.24e25881.chunk.js +0 -1
  30. package/build/static/js/1850.b1684fda.chunk.js +0 -1
  31. package/build/static/js/2997.14267b41.chunk.js +0 -1
  32. package/build/static/js/3776.9cf4bb67.chunk.js +0 -1
  33. package/build/static/js/4557.0c29f7fc.chunk.js +0 -1
  34. package/build/static/js/5984.ca24ac1d.chunk.js +0 -1
  35. package/build/static/js/6158.05a989aa.chunk.js +0 -1
  36. package/build/static/js/6189.40064466.chunk.js +0 -1
  37. package/build/static/js/6615.573413e2.chunk.js +0 -2
  38. package/build/static/js/7016.d484d576.chunk.js +0 -1
  39. package/build/static/js/7327.d53d18a8.chunk.js +0 -1
  40. package/build/static/js/8058.f66d3db6.chunk.js +0 -1
  41. package/build/static/js/8213.38baa6cc.chunk.js +0 -1
  42. package/build/static/js/8235.594c7488.chunk.js +0 -1
  43. package/build/static/js/8352.145a0c55.chunk.js +0 -1
  44. package/build/static/js/875.58f7d755.chunk.js +0 -1
  45. package/build/static/js/9779.ff82fbfb.chunk.js +0 -1
  46. package/build/static/js/main.f19dfb99.js +0 -2
  47. /package/build/static/js/{6615.573413e2.chunk.js.LICENSE.txt → 6615.76e56505.chunk.js.LICENSE.txt} +0 -0
package/README.md CHANGED
@@ -154,10 +154,10 @@ Q: Receive `URLSessionTask failed with error` when connecting to Dev Server with
154
154
 
155
155
  A: If `ABT_NODE_BASE_URL` exists in you .env or .env.development, make sure the value of `ABT_NODE_BASE_URL` is your local lan IP
156
156
 
157
- Q: If the Cornerstone application interface shows that the application is running when debugging locally, and when you click the Cornerstone application **open** button you are redirected to the proxy failure screen, or to the code installation screen, or to the blocklet screen with `404` or `502` errors, please refer to the following solutions
157
+ Q: If the Cornerstone application interface shows that the application is running when debugging locally, and when you click the Cornerstone application **open** button you are redirected to the proxy failure screen, or to the code installation screen, or to the blocklet screen with 404 or 502 errors, please refer to the following solutions
158
158
 
159
159
  A:
160
160
 
161
- Solution 1: Close blocklet-services client && delete env ABT_NODE_SERVICE_FE_PORT && restart the blocklet-service process: go to the webapp directory and execute the script `npm run start:service`
161
+ Solution 1: Restart the blocklet-service process: go to the webapp directory and execute the script npm run start:service
162
162
 
163
163
  Solution 2: Close all blocklet-server related development processes, run npm run deep-clean, and restart all blocklet-server development processes.