File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ import { resolveOrganization } from "./organization.js";
1212import { createProduct } from "./product.js" ;
1313import { lemonAccessKeyPrompt } from "./prompts/lemonAccessKey.js" ;
1414import { serverPrompt } from "./prompts/server.js" ;
15+ import { stepsPrompt } from "./prompts/steps.js" ;
1516import { storePrompt } from "./prompts/store.js" ;
1617import { variantsPrompt } from "./prompts/variants.js" ;
1718import { authenticationMessage } from "./ui/authentication.js" ;
1819import { customersMessage } from "./ui/customers.js" ;
1920import { successMessage } from "./ui/success.js" ;
20- import { stepsPrompt } from "./prompts/steps.js" ;
2121
2222process . on ( "uncaughtException" , ( error ) => {
2323 console . error ( error ) ;
You can’t perform that action at this time.
0 commit comments