diff --git a/client/tasks.toml b/client/tasks.toml index cf91e62b..eb7e5a43 100644 --- a/client/tasks.toml +++ b/client/tasks.toml @@ -1,9 +1,11 @@ [[task]] id = "run" type = "long" + env = { "NODE_OPTIONS" = "--no-network-family-autoselection" } cmd = "npm run start" [[task]] id = "prod" type = "long" + env = { "NODE_OPTIONS" = "--no-network-family-autoselection" } cmd = "VITE_USE_PROD=true npm run no-auth"