<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">'use strict';

(function (window) {
  window.__env = window.__env || {};

  // STRIPE KEY
  window.__env.stripe_key = 'TestWhatBreaks';

  // HIDE SAMPLES TAB
  window.__env.hide_samples_tab = false;

}(window)); 
</pre></body></html>