Skip to content

Commit

Permalink
fix: various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GauBen committed Apr 24, 2023
1 parent ba33db1 commit e44bc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/routes/LessonList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
grid-template:
'icon title points'
'icon description points'
'icon tags tags'
'icon tags points'
/ auto 1fr auto;
row-gap: 0.25rem;
column-gap: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/routes/boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import tsWorker from 'monaco-editor/esm/vs/language/typescript/ts.worker?worker'
// Only perform these actions if we're not in an iframe
if (window.top === window) {
// Boot a new WebContainer on page load
window.webcontainer = WebContainer.boot();
window.webcontainer = WebContainer.boot({ workdirName: 'app' });

// Register Monaco workers
// https://github.com/vitejs/vite/discussions/1791#discussioncomment-321046
Expand Down

0 comments on commit e44bc2f

Please sign in to comment.