Skip to content

Commit

Permalink
default for port and log level
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 5, 2023
1 parent b5792dc commit 38ac8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/components/steps/ConfigureApplication.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const ConfigureApplication = React.forwardRef(({ onNext, onBack }, ref) => {
const logLevels = ['trace', 'info', 'debug', 'warn', 'error']
const [form, setForm] = useState({
entryPoint: services[0].name,
port: '',
logLevel: 'trace',
port: 3042,
logLevel: 'info',
language: TYPESCRIPT,
createGitHubRepository: true,
installGitHubActions: true
Expand Down

0 comments on commit 38ac8bc

Please sign in to comment.