File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { COLLECTION_DAPP } from '@junobuild/cli-tools' ;
22import type { Asset } from '@junobuild/core' ;
33import { listAssets as listAssetsLib } from '@junobuild/core' ;
4- import { DEPLOY_LIST_ASSETS_PAGINATION } from '../../../ constants/deploy.constants' ;
5- import type { SatelliteParametersWithId } from '../../../ types/satellite' ;
6- import { last } from '../../../ utils/array.utils' ;
4+ import { DEPLOY_LIST_ASSETS_PAGINATION } from '../../constants/deploy.constants' ;
5+ import type { SatelliteParametersWithId } from '../../types/satellite' ;
6+ import { last } from '../../utils/array.utils' ;
77
88export const listAssets = async ( {
99 startAfter,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
2121import type { SatelliteParametersWithId } from '../../../types/satellite' ;
2222import { assertConfigAndLoadSatelliteContext } from '../../../utils/juno.config.utils' ;
2323import { assertSatelliteMemorySize } from '../../assert.services' ;
24- import { listAssets } from './deploy .list.services' ;
24+ import { listAssets } from '../_assets .list.services' ;
2525
2626export const executeDeployWithProposal = async ( {
2727 options,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {noJunoConfig} from '../../configs/juno.config';
1212import type { SatelliteParametersWithId } from '../../types/satellite' ;
1313import { assertConfigAndLoadSatelliteContext } from '../../utils/juno.config.utils' ;
1414import { consoleNoConfigFound } from '../../utils/msg.utils' ;
15- import { listAssets } from './_deploy/deploy .list.services' ;
15+ import { listAssets } from './_assets .list.services' ;
1616
1717export const prune = async ( args ?: string [ ] ) => {
1818 if ( await noJunoConfig ( ) ) {
You can’t perform that action at this time.
0 commit comments