We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22eced commit 3e2dfa8Copy full SHA for 3e2dfa8
1 file changed
package.json
@@ -419,7 +419,8 @@
419
"cwd": "^\"\\${workspaceRoot}\"",
420
"args": [
421
"runserver",
422
- "--noreload"
+ "--noreload",
423
+ "--nothreading"
424
],
425
"env": {},
426
"envFile": "^\"\\${workspaceRoot}/.env\"",
@@ -817,7 +818,8 @@
817
818
"cwd": "${workspaceRoot}",
819
820
821
822
823
824
825
"envFile": "${workspaceRoot}/.env",
0 commit comments