We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae0a6c commit b2ee5e2Copy full SHA for b2ee5e2
1 file changed
src/components/alerts/RunProducerAlerts.tsx
@@ -6,7 +6,7 @@ import {
6
import { grey } from '@mui/material/colors'
7
import { useState } from 'react'
8
9
-const START_COMMAND = 'npm run xl1 --logLevel="warn"'
+const START_COMMAND = 'npm start-cli"'
10
11
const StartProducerAlert: React.FC<AlertProps> = (props) => {
12
const [copied, setCopied] = useState(false)
0 commit comments