Add the fact that dev server depends on building Vue components

This commit is contained in:
Anand Patel
2024-02-29 00:57:44 +00:00
parent ba6cac803c
commit 42e841d1e6

2
.vscode/tasks.json vendored
View File

@@ -15,7 +15,7 @@
{
"label": "Run Dev Server",
"type": "shell",
"dependsOn": ["Run Migrations"],
"dependsOn": ["Run Migrations", "Yarn Build"],
"command": "python3 manage.py runserver",
},
{