Skip to content

Commit

Permalink
Fix Vite build warnings (#5851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpgreen2 committed Oct 9, 2024
1 parent e67c9e2 commit 911fa4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
Decoration,
EditorView,
ViewPlugin,
ViewUpdate,
type ViewUpdate,
} from "@codemirror/view";
import { lineStatusesStateField, updateLineStatuses } from "./state";

Expand Down
2 changes: 1 addition & 1 deletion web-common/src/features/project/deploy-errors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConnectError } from "@connectrpc/connect";
import type { ConnectError } from "@connectrpc/connect";

// rpc error: code = PermissionDenied desc = does not have permission to create assets
const RPCErrorExtractor = /rpc error: code = (.*) desc = (.*)/;
Expand Down

0 comments on commit 911fa4a

Please sign in to comment.