Skip to content

Commit

Permalink
Adding dist to build
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Dec 5, 2024
1 parent 3038582 commit 8f4bf45
Show file tree
Hide file tree
Showing 8 changed files with 1,076 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ node_modules
coverage

# Production
dist
dist-ssr
*.local

Expand Down
34 changes: 34 additions & 0 deletions dist/assets/__federation_expose_CareLivekit-0971ad60.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import { importShared } from './__federation_fn_import-68d74a8f.js';
import { r as reactExports } from './__federation_shared_react-85510186.js';

var jsxRuntime = {exports: {}};

var reactJsxRuntime_production_min = {};

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var f=reactExports,k=Symbol.for("react.element"),l=Symbol.for("react.fragment"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};
function q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=""+g);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return {$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}reactJsxRuntime_production_min.Fragment=l;reactJsxRuntime_production_min.jsx=q;reactJsxRuntime_production_min.jsxs=q;

{
jsxRuntime.exports = reactJsxRuntime_production_min;
}

var jsxRuntimeExports = jsxRuntime.exports;

const jsx = jsxRuntimeExports.jsx;

const {Suspense} = await importShared('react');

const CareLivekit = () => {
return /* @__PURE__ */ jsx(Suspense, { fallback: /* @__PURE__ */ jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsx("div", { children: '"PageTitle not available"' }) });
};

export { CareLivekit as default };
Loading

0 comments on commit 8f4bf45

Please sign in to comment.