Skip to content

Commit

Permalink
fixes an issue where vite would constantly be disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
brimonk authored and cgsdev0 committed Aug 6, 2023
1 parent a3dc231 commit 480a852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/tasks.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 480a852

Please sign in to comment.