Upgrade fastapi-vue-setup.

This commit is contained in:
Leo Vasanko
2026-02-09 16:29:24 +00:00
parent 5163a02cb8
commit a5b207b2b6
6 changed files with 72 additions and 105 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ def find_dev_tool() -> list[str]:
Raises RuntimeError if no runtime is found.
"""
dev_args = {
"deno": ("run", "dev", "--"),
"deno": ("run", "-A", "npm:vite"),
"npm": ("--silent", "run", "dev", "--"),
"bun": ("run", "dev", "--"),
}