Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
registry url should be to the api
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 21, 2024
1 parent b5e44ab commit e422e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/param-handlers/interact-for-registry-url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const interactForRegistryUrl: ParamHandler = async (params) => {
name: "registry_url",
message: "Select a package example",
choices: [
"https://registry.tscircuit.com",
"https://registry-api.tscircuit.com",
"http://localhost:3100",
"other",
].map((a) => ({ title: a, value: a })),
Expand Down

0 comments on commit e422e62

Please sign in to comment.