Skip to content

Commit

Permalink
fix: default disable lifespan hook for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 10, 2023
1 parent f6f89ae commit 7389298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar_vite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ViteConfig:
"""Default command to use for building with Vite."""
install_command: list[str] = field(default_factory=lambda: ["npm", "install"])
"""Default command to use for installing Vite."""
use_server_lifespan: bool = True
use_server_lifespan: bool = False
"""Utilize the server lifespan hook to run Vite."""


Expand Down

0 comments on commit 7389298

Please sign in to comment.