Skip to content

Commit e16641a

Browse files
committed
add command to printHelp
1 parent fc68171 commit e16641a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/open-next/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ function printHelp() {
4747
);
4848
console.log(" npx open-next build --node-externals aws-sdk,sharp,sqlite3");
4949
console.log("");
50+
console.log("This is to start OpenNext locally for testing/debugging purposes");
51+
console.log(" npx open-next dev");
5052

5153
process.exit(1);
5254
}

0 commit comments

Comments
 (0)