Commit 26d28e9a authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files
parent 4c5bf08b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ Then, try look up an actor from your server:
      label: "Next.js",
      runtimes: ["node"],
      command: [
        "npx",
        ...(packageManager === "npm" ? ["npx"] : [packageManager, "dlx"]),
        "create-next-app@canary",
        ".",
        "--ts",