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

View File

@@ -29,7 +29,7 @@ import path from 'node:path';
import paths from './paths.js';
import { PassThrough } from 'node:stream';
import reverseProxy from './reverseproxy.js';
import safe from 'safetydance';
import safe from '@cloudron/safetydance';
import semver from 'semver';
import services from './services.js';
import shellModule from './shell.js';