Skip to content

Commit 3e2dfa8

Browse files
committed
#999 #819
1 parent c22eced commit 3e2dfa8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@
419419
"cwd": "^\"\\${workspaceRoot}\"",
420420
"args": [
421421
"runserver",
422-
"--noreload"
422+
"--noreload",
423+
"--nothreading"
423424
],
424425
"env": {},
425426
"envFile": "^\"\\${workspaceRoot}/.env\"",
@@ -817,7 +818,8 @@
817818
"cwd": "${workspaceRoot}",
818819
"args": [
819820
"runserver",
820-
"--noreload"
821+
"--noreload",
822+
"--nothreading"
821823
],
822824
"env": {},
823825
"envFile": "${workspaceRoot}/.env",

0 commit comments

Comments
 (0)