dev launch mode

This commit is contained in:
mr 2025-03-06 09:33:32 +01:00
parent 863a35b878
commit 752446dd40
3 changed files with 12 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -31,6 +31,11 @@ At the root of the project :
- `flutter clean`
- `flutter pub get`
OR
make linux-traefik
| make linux
## Run
### Run locally (dev mode)