Sha256: cdd0ac60d8318ef864941b81762371c7bd7676eaf7361df088d2dd017cb6fb0c

Contents?: true

Size: 380 Bytes

Versions: 12

Compression:

Stored size: 380 Bytes

Contents

# frozen_string_literal: true

# Configures bootsnap.
#
begin
  require "bootsnap"

  Bootsnap.setup(
    cache_dir: File.join(Pakyow.config.root, "tmp/cache"),
    development_mode: Pakyow.env?(:development),
    load_path_cache: true,
    autoload_paths_cache: false,
    disable_trace: false,
    compile_cache_iseq: true,
    compile_cache_yaml: true
  )
rescue LoadError
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pakyow-core-1.0.6 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.5 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.4 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.3 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.2 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.1 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.0 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.0.rc5 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.0.rc4 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.0.rc3 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.0.rc2 lib/pakyow/integrations/bootsnap.rb
pakyow-core-1.0.0.rc1 lib/pakyow/integrations/bootsnap.rb