fix: import crypto module in server.selfhosted.js
Build and Deploy (Gitea) / build-and-deploy (push) Failing after 1m36s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Failing after 1m36s
Details
This commit is contained in:
parent
65de858755
commit
5870ac8788
|
|
@ -22,6 +22,7 @@ import sharp from 'sharp';
|
|||
import jwt from 'jsonwebtoken';
|
||||
import cron from 'node-cron';
|
||||
import path from 'path';
|
||||
import crypto from 'crypto';
|
||||
|
||||
// === Novos módulos Self-Hosted (substituem Supabase) ===
|
||||
import {
|
||||
|
|
|
|||
Loading…
Reference in New Issue