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

@@ -6,7 +6,7 @@ import fs from 'node:fs';
import ipaddr from './ipaddr.js';
import path from 'node:path';
import paths from './paths.js';
import safe from 'safetydance';
import safe from '@cloudron/safetydance';
import settings from './settings.js';
import shellModule from './shell.js';
import noopProvider from './network/noop.js';