We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3888d5d commit 1898d99Copy full SHA for 1898d99
packages/cli/src/commands/studioHandler.js
@@ -8,7 +8,7 @@ export const handler = async (options) => {
8
'The studio package is not installed, installing it for you, this ' +
9
'may take a moment...',
10
)
11
- await installModule('@cedarjs/studio', '1')
+ await installModule('@cedarjs/studio', '2')
12
console.log('Studio package installed successfully.')
13
14
const installedRealtime = await installModule('@cedarjs/realtime')
0 commit comments