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