mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
<!-- 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 -->
8 lines
243 B
TypeScript
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",
|
|
] });
|