pankow moved to @cloudron/pankow

This commit is contained in:
Johannes Zellner
2025-07-10 11:55:11 +02:00
parent 313256adff
commit 579f5d7c8a
144 changed files with 220 additions and 219 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { API_ORIGIN, APP_TYPES, PROXY_APP_ID, HSTATES, ISTATES, RSTATES } from '../constants.js';
import { eachLimit } from 'async';
import { fetcher } from 'pankow';
import { sleep } from 'pankow/utils';
import { fetcher } from '@cloudron/pankow';
import { sleep } from '@cloudron/pankow/utils';
import moment from 'moment-timezone';
import DashboardModel from './DashboardModel.js';
import ProfileModel from './ProfileModel.js';