lib/vite_ruby/config.rb in vite_ruby-2.0.0.beta.1 vs lib/vite_ruby/config.rb in vite_ruby-2.0.0.beta.2

- old
+ new

@@ -136,10 +136,10 @@ # Internal: Shared configuration with the Vite plugin for Ruby. DEFAULT_CONFIG = load_json("#{ __dir__ }/../../default.vite.json").freeze # Internal: Configuration options that can not be provided as env vars. - NOT_CONFIGURABLE_WITH_ENV = %w[watch_additional_paths].freeze + NOT_CONFIGURABLE_WITH_ENV = %w[additional_input_globs watch_additional_paths].freeze # Internal: Configuration options that can be provided as env vars. CONFIGURABLE_WITH_ENV = (DEFAULT_CONFIG.keys + %w[mode root] - NOT_CONFIGURABLE_WITH_ENV).freeze public