You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/FwLite/Taskfile.yml
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ tasks:
10
10
web:
11
11
aliases:
12
12
- web-for-develop
13
-
label: Run FwLiteWeb with Local LexBox, requires vite dev server to be running, use task fw-lite-web in root
13
+
desc: Run FwLiteWeb with Local LexBox, requires vite dev server to be running, use task fw-lite-web in root
14
14
dir: ./FwLiteWeb
15
15
cmd: dotnet watch --no-hot-reload
16
16
web-prod:
17
17
deps: [ ui:build-viewer ]
18
18
dir: ./FwLiteWeb
19
19
cmd: dotnet run -- --FwLite:UseDevAssets=false
20
20
web-chaos:
21
-
label: Run FwLiteWeb with some Chaos injected to http requests to lexbox, requests will have chaos 30% of the time, this includes some latency of 5 seconds
21
+
desc: Run FwLiteWeb with some Chaos injected to http requests to lexbox, requests will have chaos 30% of the time, this includes some latency of 5 seconds
0 commit comments