stack/packages/template/tsup.config.ts
BilalG1 a6bf1e8ae8
convex fix auth config bug (#1031)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Added new `./convex-auth.config` export path for Convex authentication
configuration across all packages.

* **Documentation**
* Updated documentation and examples with new import paths for Convex
auth integration in JavaScript, React, and Next.js projects.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-11-26 11:36:36 -08:00

8 lines
243 B
TypeScript

import createJsLibraryTsupConfig from '../../configs/tsup/js-library';
export default createJsLibraryTsupConfig({ barrelFiles: [
"src/index.ts",
"src/integrations/convex/component/convex.config.ts",
"src/integrations/convex.ts",
] });