File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed
packages/jumble/src/views/spellbook Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "editor.formatOnSave" : true ,
33 "editor.defaultFormatter" : " denoland.vscode-deno" ,
4- "deno.enable" : true
4+ "deno.enable" : true ,
5+ "[typescript]" : {
6+ "editor.defaultFormatter" : " denoland.vscode-deno"
7+ }
58}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default function SpellbookLaunchView() {
5555
5656 // Run the recipe with the initial data
5757 const charm = await charmManager . runPersistent ( recipe , initialData ) ;
58- const charmIdString = charm . entityId ?. toJSON ?. ( ) [ "/" ] ;
58+ const charmIdString = charm ? .entityId ?. [ "/" ] as string ;
5959 await charmManager . add ( [ charm ] ) ;
6060
6161 if ( charmIdString ) {
@@ -82,9 +82,7 @@ export default function SpellbookLaunchView() {
8282 < div className = "flex items-center justify-center h-screen" >
8383 < div className = "text-center" >
8484 < h1 className = "text-2xl font-bold mb-4" > Launching Spell...</ h1 >
85- < p className = "text-gray-600" >
86- Please wait while we prepare your spell.
87- </ p >
85+ < p className = "text-gray-600" > Please wait while we prepare your spell.</ p >
8886 </ div >
8987 </ div >
9088 ) ;
You can’t perform that action at this time.
0 commit comments