@trigger.dev/init: Remove the localhost default for endpoint URL

This commit is contained in:
Eric Allam
2023-06-28 17:11:32 +01:00
parent 308bd355e2
commit 85108cfcb5
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/init": patch
---
Remove the localhost default for endpoint URL
-1
View File
@@ -202,7 +202,6 @@ const promptEndpointUrl = async (instanceUrl: string): Promise<string> => {
}>({ }>({
type: "input", type: "input",
name: "endpointUrl", name: "endpointUrl",
default: "http://localhost:3000",
message: "What's the URL of your Next.js project?", message: "What's the URL of your Next.js project?",
validate: (input) => { validate: (input) => {
if (!input) { if (!input) {