Skip to content

Commit

Permalink
Externalize Log
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Oct 3, 2023
1 parent 45d4785 commit c20eddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"clean:cache": "run-s clean:cache:*",
"clean:cache:eslint": "rimraf .eslintcache",
"clean:cache:jest": "jest --clearCache",
"clean:cache:nx": "nx clear-cache",
"clean:cache:vite": "rimraf **/node_modules/.vite",
"clean:modules": "lerna clean --yes",
"clean:types": "tsc --build --clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-utils/src/plugins/remote-component.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import * as DeephavenIrisGrid from '@deephaven/iris-grid';
import * as DeephavenJsapiBootstrap from '@deephaven/jsapi-bootstrap';
import * as DeephavenJsapiComponents from '@deephaven/jsapi-components';
import * as DeephavenJsapiUtils from '@deephaven/jsapi-utils';
import * as DeephavenLog from '@deephaven/log';
import DeephavenLog from '@deephaven/log';
import * as DeephavenReactHooks from '@deephaven/react-hooks';

// eslint-disable-next-line import/prefer-default-export
Expand Down

0 comments on commit c20eddd

Please sign in to comment.