We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417d49 commit 49ea7f7Copy full SHA for 49ea7f7
Makefile
@@ -42,15 +42,15 @@ serve-dev: ## Serve Panel dashboard - Dev mode
42
panel serve panel/app.py \
43
--show --autoreload \
44
--static-dirs _static=docs/_static \
45
- --reuse-sessions --global-loading-spinner
+ --reuse-sessions --warm
46
47
serve: ## Serve Panel dashboard - Prod mode
48
PANEL_BASIC_AUTH=$(PANEL_TOKEN) panel serve panel/app.py \
49
--cookie-secret panel_cookie_secret \
50
--basic-login-template panel/login.html \
51
--logout-template panel/logout.html \
52
53
54
55
build-local:
56
docker build -f ./Dockerfile \
0 commit comments