We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137e9c6 commit c79d3b3Copy full SHA for c79d3b3
1 file changed
packages/stack-cli/src/commands/project.ts
@@ -1,7 +1,6 @@
1
import { Command } from "commander";
2
-import { resolveLoginConfig, resolveSessionAuth } from "../lib/auth.js";
3
import { getInternalUser } from "../lib/app.js";
4
-import { createProjectInteractively } from "../lib/create-project.js";
+import { resolveLoginConfig, resolveSessionAuth } from "../lib/auth.js";
5
import { createProjectInteractively } from "../lib/create-project.js";
6
7
export function registerProjectCommand(program: Command) {
0 commit comments