We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b233ded commit b1fd330Copy full SHA for b1fd330
1 file changed
config/deploy.rb
@@ -9,7 +9,8 @@
9
set :repo_url, "git@github.com:UWM-Libraries/GeoDiscovery.git"
10
11
set :default_env, {
12
- "NODE_OPTIONS" => "--max-old-space-size=2048"
+ "NODE_OPTIONS" => "--max-old-space-size=2048",
13
+ "VITE_RUBY_SKIP_ASSETS_PRECOMPILE_INSTALL" => "true"
14
}
15
16
# Default branch is :main
0 commit comments