This commit is contained in:
Christien Rioux 2023-07-26 10:23:42 -04:00
parent 3c52931a74
commit 9e4008214d
2 changed files with 4 additions and 0 deletions

2
reset_run.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
flutter run --dart-define=DELETE_TABLE_STORE=1 --dart-define=DELETE_PROTECTED_STORE=1 --dart-define=DELETE_BLOCK_STORE=1 %*

2
reset_run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
flutter run --dart-define=DELETE_TABLE_STORE=1 --dart-define=DELETE_PROTECTED_STORE=1 --dart-define=DELETE_BLOCK_STORE=1 $@