Skip to content

Commit

Permalink
Merge pull request #443 from pokt-foundation/develop
Browse files Browse the repository at this point in the history
Merge develop
  • Loading branch information
PseudoMera authored Jul 25, 2023
2 parents 8cd350f + 7af644c commit e4c3326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"vite-plugin-svgr": "^3.2.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"start": "NODE_OPTIONS='--max_old_space_size=6144' vite",
"build": "NODE_OPTIONS='--max_old_space_size=6144' vite build",
"serve": "vite preview"
},
"browserslist": {
Expand Down

0 comments on commit e4c3326

Please sign in to comment.