File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ To use custom imports (non JavaScript resources) on the server side for prerende
310310
311311<!-- prettier-ignore-start -->
312312
313- <app-ctc-block variant =" shell " paste-contents =" node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/index .js <command> " >
313+ <app-ctc-block variant =" shell " paste-contents =" node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/bin .js <command> " >
314314
315315 ``` shell
316- $ node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/index .js < command>
316+ $ node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/bin .js < command>
317317 ```
318318
319319</app-ctc-block >
@@ -329,7 +329,7 @@ Or most commonly as an npm script in your _package.json_
329329 ``` json
330330 {
331331 "scripts" : {
332- "build" : " node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/index .js build"
332+ "build" : " node --import @greenwood/cli/register ./node_modules/@greenwood/cli/src/bin .js build"
333333 }
334334 }
335335 ```
You can’t perform that action at this time.
0 commit comments