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 7a447b8 commit 34ea71fCopy full SHA for 34ea71f
1 file changed
packages/cli/src/utils/package.ts
@@ -3,11 +3,7 @@ import { fileURLToPath } from "node:url";
3
import path from "node:path";
4
import { CLI_VERSION } from "../generated/git-commit";
5
6
-export type PackageJson = BasePackageJson & {
7
- config?: {
8
- sandboxImageUri?: string;
9
- };
10
-};
+export type PackageJson = BasePackageJson;
11
12
const __filename = fileURLToPath(import.meta.url);
13
const __dirname = path.dirname(__filename);
0 commit comments