feat(cli/init): allow empty responses non-crucial questions (#9183)

closes #9181
This commit is contained in:
Amr Bashir
2024-03-19 15:41:41 +02:00
committed by GitHub
parent 81b853bc87
commit ac76a22f38
6 changed files with 41 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---
Allow empty responses for `devUrl`, `beforeDevCommand` and `beforeBuildCommands` questions in `tauri init`.