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 9a54f3a commit 3ad8d1bCopy full SHA for 3ad8d1b
packages/app/src/app/components/Preview/DevTools/Terminal/index.tsx
@@ -58,7 +58,7 @@ class DevToolTerminal extends React.Component<
58
notificationState.addNotification({
59
title: 'Terminal Read-Only',
60
message:
61
- "The main terminal is read-only and runs what's defined in package.json#start, you can create a new terminal to input commands",
+ "The main terminal is read-only and runs what's defined in package.json#dev, you can create a new terminal to input commands",
62
status: NotificationStatus.NOTICE,
63
actions: {
64
primary: [
0 commit comments