File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- figure out the assets
9
9
- copy the template folders
10
10
11
- ## Open next [ example app] ( https://github.com/sst/open-next /tree/main/example )
11
+ ## Open next [ example app] ( https://github.com/opennextjs/opennextjs-aws /tree/main/example )
12
12
13
13
Changes:
14
14
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ export async function buildNextjsApp(nextAppDir: string): Promise<void> {
18
18
runNextBuildCommand ( pm . name , nextAppDir ) ;
19
19
}
20
20
21
- // equivalent to: https://github.com/sst/open-next /blob/f61b0e94/packages/open-next/src/build.ts#L175-L186
21
+ // equivalent to: https://github.com/opennextjs/opennextjs-aws /blob/f61b0e94/packages/open-next/src/build.ts#L175-L186
22
22
function runNextBuildCommand ( packager : PackageManager , nextAppDir : string ) {
23
23
const command = `${ packager === "npm" ? "npx" : packager } next build` ;
24
24
execSync ( command , {
25
25
stdio : "inherit" ,
26
26
cwd : nextAppDir ,
27
27
env : {
28
28
...process . env ,
29
- // equivalent to: https://github.com/sst/open-next /blob/f61b0e9/packages/open-next/src/build.ts#L168-L173
29
+ // equivalent to: https://github.com/opennextjs/opennextjs-aws /blob/f61b0e9/packages/open-next/src/build.ts#L168-L173
30
30
// Equivalent to setting `output: "standalone"` in next.config.js
31
31
NEXT_PRIVATE_STANDALONE : "true" ,
32
32
} ,
You can’t perform that action at this time.
0 commit comments