We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5b48c commit caf89ddCopy full SHA for caf89dd
src/commands/solid-pod-create.ts
@@ -1,7 +1,6 @@
1
import fetch from 'cross-fetch';
2
import type { Logger } from '../logger';
3
-import { setOptionDefaults } from './solid-command';
4
-import { ICommandOptions } from '../../dist/commands/solid-command';
+import { setOptionDefaults, ICommandOptions } from './solid-command';
5
6
export interface IAccountData {
7
name: string,
0 commit comments