Skip to content

Commit

Permalink
bump moc (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Nov 14, 2024
1 parent 4fce273 commit 915cf10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/moc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { setupEditorIntegration } from "./integrations/editorIntegration";
import { Container } from "./webcontainer";
import { Terminal } from "@xterm/xterm";

const MOC_VERSION = "0.12.1";
const MOC_VERSION = "0.13.3";

const GlobalStyles = createGlobalStyle`
:root {
Expand Down
1 change: 1 addition & 0 deletions src/components/DeployModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ export function DeployModal({
} else {
await worker.Moc({ type: "gcFlags", option: "scheduling" });
}
await worker.Moc({ type: "gcFlags", option: "classicOP" });
await worker.Moc({ type: "gcFlags", option: gcMethod });
await worker.Moc({
type: "setPublicMetadata",
Expand Down

0 comments on commit 915cf10

Please sign in to comment.