experimental: npm link test

This commit is contained in:
Danny Avila 2025-05-30 11:13:34 -04:00
parent f9c0e9853f
commit a2a3f5c044
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
7 changed files with 124 additions and 50 deletions

View file

@ -1,4 +1,4 @@
import { Schema } from 'mongoose';
import { Schema } from '~/mongoose';
import { PermissionTypes, Permissions } from 'librechat-data-provider';
import type { IRole } from '~/types';