@trigger.dev/init: Remove the localhost default for endpoint URL
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@trigger.dev/init": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove the localhost default for endpoint URL
|
||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user