Skip to content

Commit

Permalink
Website | Stackblitz | Fix: Adding web-worker to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-dev committed Apr 11, 2024
1 parent cea42b0 commit aabc094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/src/utils/stackblitz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,12 @@ function getStarterFiles (framework: Framework, e: Example): ProjectFiles {

export function launchStackBlitz (framework: Framework, example: Example): void {
const project: Project = {
title: 'Unovis Demo',
title: `Unovis Demo (${framework})`,
description: example.title,
template: templates[framework],
files: getStarterFiles(framework, example),
dependencies: {
'web-worker': '^1.3.0',
'@unovis/ts': ver,
},
}
Expand Down

0 comments on commit aabc094

Please sign in to comment.