Skip to content

Commit

Permalink
React ui: increased development memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jmderby committed Oct 28, 2024
1 parent d803172 commit a23b620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/ui/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"files": ["dist", "src", "LICENSE"],
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=8192' tsup",
"dev": "tsup --watch",
"dev": "NODE_OPTIONS='--max-old-space-size=8192' tsup --watch",
"test": "vitest run"
},
"dependencies": {
Expand Down

0 comments on commit a23b620

Please sign in to comment.