dev launch mode
This commit is contained in:
parent
863a35b878
commit
752446dd40
File diff suppressed because one or more lines are too long
6
Makefile
6
Makefile
@ -2,6 +2,12 @@
|
||||
|
||||
all: clean docker publish-kind publish-registry
|
||||
|
||||
linux:
|
||||
./local_run.sh
|
||||
|
||||
linux-traefik:
|
||||
flutter run -d linux --dart-define=AUTH_MODE=true
|
||||
|
||||
run:
|
||||
flutter run
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user