Move to @cloudron/safetydance

This commit is contained in:
Johannes Zellner
2026-04-01 09:40:28 +02:00
parent 8f851164d6
commit 918c2f8587
200 changed files with 200 additions and 209 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import constants from './constants.js';
import crypto from 'node:crypto';
import database from './database.js';
import eventlog from './eventlog.js';
import safe from 'safetydance';
import safe from '@cloudron/safetydance';
const GROUPS_FIELDS = [ 'id', 'name', 'source' ].join(',');