mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-22 12:41:34 -04:00
work
This commit is contained in:
parent
3c52931a74
commit
9e4008214d
2 changed files with 4 additions and 0 deletions
2
reset_run.bat
Normal file
2
reset_run.bat
Normal 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
2
reset_run.sh
Executable 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 $@
|
Loading…
Add table
Add a link
Reference in a new issue