notebook/config
Andrew Brown 02658ee40d Fix production Webpacker compilation issues
- Add Logger constant fix for Ruby 3.2+ compatibility with Rails 6.1
  Resolves: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger
- Replace Yarn 4 lockfile with Yarn 1.22 compatible version
- Remove Yarn 4 configuration files (.yarn/, .yarnrc.yml)

The production server uses Yarn 1.22 with --frozen-lockfile which cannot
read Yarn 4 lockfiles. Generated new lockfile using npx yarn@1.22.22.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 01:11:07 -07:00
..
attributes
environments Fix Tailwind CSS not loading in production 2025-09-29 00:46:13 -07:00
initializers Fix production Webpacker compilation issues 2025-09-29 01:11:07 -07:00
locales Merge master into tailwind-redesign - resolved conflicts by keeping Tailwind designs and layouts 2025-06-02 23:05:00 -07:00
webpack Upgrade PostCSS to v8 for Tailwind CSS compatibility 2025-09-29 00:54:19 -07:00
application.rb Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
boot.rb regenerate gems, pin sqlite3 (we can upgrade it after we upgrade rails), and fix some upgrade errors 2025-05-01 10:59:17 -07:00
cable.yml
database.yml
environment.rb
puma.rb
routes.rb Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
schedule.rb Fix Tailwind CSS not loading in production 2025-09-29 00:46:13 -07:00
secrets.yml
sidekiq.yml final touches on basil v2 2025-05-18 14:59:10 -07:00
spring.rb Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
storage.yml
webpacker.yml