diff --git a/.replit b/.replit index 3b37d96..46d2456 100644 --- a/.replit +++ b/.replit @@ -1,7 +1,6 @@ -run = "RAILS_ENV=development bundle exec rails server --binding=0.0.0.0" +run = "bundle exec rails server --binding=0.0.0.0" hidden = [".bundle"] -entrypoint = "app/controllers/application_controller.rb" -modules = ["ruby-3.2"] +modules = ["ruby-3.2", "web", "nodejs-20", "nix"] [env] RACK_MINI_PROFILER = "off" @@ -15,7 +14,7 @@ requiredFiles = [".replit", "replit.nix"] [deployment] -run = "RAILS_ENV=production bundle exec rails server --binding=0.0.0.0" +run = ["sh", "-c", "bundle exec rails server --binding=0.0.0.0"] deploymentTarget = "gce" [[ports]] diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index 68c16cc..961b9d2 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,4 +1,4 @@ -

Welcome to the Jitter Homepage

+

Welcome to the Jitter like Twitter Homepage

Use a specific URL to get to the features you are looking for.