Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dashboard/app/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This dir exists for the purposes of running the dashboard app locally using dev_appserver.py.
The production app sets CWD to the root of the syzkaller repository, so paths that refer to
static resources in app.yaml look like dashboard/app/static/*. However, dev_appserver.py
sets CWD to dashboard/app, so these paths do not work. This dir contains soft link
dashboard/app/dashboard/app/static that point to dashboard/app/static, so that
dashboard/app/static/* paths work from both locations.
1 change: 1 addition & 0 deletions dashboard/app/dashboard/app/static
Loading