matthoffner commited on
Commit
6bc2d51
·
1 Parent(s): 98b68ac

Update app/page.tsx

Browse files
Files changed (1) hide show
  1. app/page.tsx +2 -2
app/page.tsx CHANGED
@@ -6,8 +6,8 @@ const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
  // Welcome to monacopilot
9
- // Press ⌘ + B to invoke
10
- // Base URL is configurable in settings
11
  `.trim()
12
 
13
  export default function Page() {
 
6
 
7
  const defaultValue = `
8
  // Welcome to monacopilot
9
+ // Press ⌘ + B to start and stop
10
+ // simple express server
11
  `.trim()
12
 
13
  export default function Page() {