{"version":3,"sources":["../src/register.server.ts"],"sourcesContent":["/**\n * Server-side no-op for @easemate/web-kit/register\n *\n * This module is used in server environments (Node.js, React Server Components)\n * to prevent the actual component registration code from running on the server,\n * which would cause errors due to missing `window` and `customElements` APIs.\n *\n * The conditional export in package.json routes server environments to this file\n * while browser environments get the real register.ts with side effects.\n *\n * @module @easemate/web-kit/register (server)\n */\n\n// No-op export for server environments\nexport {};\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;;","names":[]}