Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Erdos committed Oct 28, 2024
1 parent 5c9d9c0 commit 054a071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/code/src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { getCodeSpace } from "@/hooks/use-code-space";
import { renderApp } from "@/lib/render-app";
import { main } from "./ws";

// import "./assets/app.css";
// import "./index.css";

// if ("serviceWorker" in navigator) {
// navigator.serviceWorker.getRegistrations().then((registrations) => {
// for (const registration of registrations) {
Expand Down
4 changes: 2 additions & 2 deletions packages/code/src/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { initializeApp, setupServiceWorker } from "./hydrate";
import { renderPreviewWindow } from "./renderPreviewWindow";
import { Code } from "./services/CodeSession";
import { CodeSessionBC } from "./services/CodeSessionBc";
// import { init as twUp } from "./tw-dev-setup";
const twUp = () => {};
import { init as twUp } from "./tw-dev-setup";
// const twUp = () => {};

// Global variables and types
const codeSpace = getCodeSpace();
Expand Down

0 comments on commit 054a071

Please sign in to comment.