Skip to content

Commit 1898d99

Browse files
authored
feat(studio): Update to Cedar Studio v2 (#953)
1 parent 3888d5d commit 1898d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/studioHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const handler = async (options) => {
88
'The studio package is not installed, installing it for you, this ' +
99
'may take a moment...',
1010
)
11-
await installModule('@cedarjs/studio', '1')
11+
await installModule('@cedarjs/studio', '2')
1212
console.log('Studio package installed successfully.')
1313

1414
const installedRealtime = await installModule('@cedarjs/realtime')

0 commit comments

Comments
 (0)