Spaces:
Paused
Paused
Commit
·
6bc2d51
1
Parent(s):
98b68ac
Update app/page.tsx
Browse files- 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
|
10 |
-
//
|
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() {
|