Skip to content

Commit

Permalink
add tailwind to node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zarazan committed Jan 29, 2025
1 parent bf460f3 commit caeff14
Show file tree
Hide file tree
Showing 4 changed files with 4,151 additions and 1,041 deletions.
3 changes: 2 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ default: &default
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: 127.0.0.1
username: postgres
password: postgres


development:
<<: *default
database: supper_development
database: supper_development_rails

# The specified database role being used to connect to PostgreSQL.
# To create additional roles in PostgreSQL see `$ createuser --help`.
Expand Down
Loading

0 comments on commit caeff14

Please sign in to comment.