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 35daf2d commit db040d6Copy full SHA for db040d6
tests/integration/init-test/in_docker_test_script.sh
@@ -11,7 +11,7 @@ function do_export () {
11
cd ~/"$template"
12
rm -rf ~/.local/share/reflex ~/"$template"/.web
13
reflex init --template "$template"
14
- reflex export
+ reflex export --log-level debug
15
(
16
cd "$SCRIPTPATH/../../.."
17
scripts/integration.sh ~/"$template" dev
0 commit comments