mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 17:21:49 +10:00
update dependencies
This commit is contained in:
@ -6,4 +6,4 @@ export const nanoIdGen = customAlphabet(alphabet, 10);
|
||||
|
||||
const slugIdAlphabet =
|
||||
'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
|
||||
export const generateSlugId = customAlphabet(slugIdAlphabet, 12);
|
||||
export const generateSlugId = customAlphabet(slugIdAlphabet, 10);
|
||||
|
||||
@ -30,7 +30,7 @@ async function bootstrap() {
|
||||
|
||||
app.useWebSocketAdapter(redisIoAdapter);
|
||||
|
||||
await app.register(fastifyMultipart);
|
||||
await app.register(fastifyMultipart as any);
|
||||
|
||||
app
|
||||
.getHttpAdapter()
|
||||
|
||||
Reference in New Issue
Block a user