{"version":3,"sources":["../src/double/install.ts"],"names":[],"mappings":"kGAUO,GAAM,GAAgB,CAAC,EAAqB,IAAqB,CACpE,EAAe,CAAW,EAC1B,EAAW,CAAO,CACtB","sourcesContent":["import { setBackendPath } from \"./api\"\nimport { setBundler, Bundler } from \"./bundler\"\n\n\n/**\n * This sets the HTTP path pointing to the root double API in the Laravel project\n * By default this should be https://{yourdomain}.com/double\n * \n * @param backendPath \n */\nexport const installDouble = (backendPath: string, bundler: Bundler) => {\n    setBackendPath(backendPath)\n    setBundler(bundler)\n}"]}