@deephaven/code-studio 0.15.5-vite.12 → 0.15.6-vite.19
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/README.md +2 -2
- package/build/assets/index.66606e45.js +266 -0
- package/build/assets/{IrisGridModelFactory.a054c9ec.css → index.bc2e3cf2.css} +1 -1
- package/build/assets/monaco.936b92a0.css +1 -0
- package/build/assets/{monaco.175fac7f.js → monaco.d72d91be.js} +1 -1
- package/build/assets/{plotly.f4214248.js → plotly.c17e0d0e.js} +1 -1
- package/build/assets/vendor.2939dda5.css +1 -0
- package/build/assets/vendor.949d9be1.js +1298 -0
- package/build/index.html +9 -20
- package/package.json +29 -31
- package/build/assets/IrisGridModelFactory.cf1f96cc.js +0 -48
- package/build/assets/embedGrid.11ab2424.js +0 -1
- package/build/assets/index.a51331f8.css +0 -1
- package/build/assets/index.f99c6d8c.css +0 -1
- package/build/assets/main.b01ca679.js +0 -219
- package/build/assets/monaco.2a32a8f3.css +0 -1
- package/build/assets/vendor.6885683a.css +0 -1
- package/build/assets/vendor.6e314c31.js +0 -1311
- package/build/electron.js +0 -63
- package/build/embed-grid/index.html +0 -74
package/README.md
CHANGED
|
@@ -30,12 +30,12 @@ One common setup is to override the API server URL to point to another server. F
|
|
|
30
30
|
VITE_CORE_API_URL=https://www.myserver.com/notebooks
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
###
|
|
33
|
+
### VITE_LOG_LEVEL
|
|
34
34
|
|
|
35
35
|
Printing detailed logs when debugging can be handy. The highest level of logging is already set in your `.env.development` file. You can change it in `.env.development.local` if desired.
|
|
36
36
|
|
|
37
37
|
```shell
|
|
38
|
-
|
|
38
|
+
VITE_LOG_LEVEL=2 # Warn/Error
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
See [@deephaven/log](../log) for more details on the logger.
|