File tree Expand file tree Collapse file tree 8 files changed +65
-97
lines changed Expand file tree Collapse file tree 8 files changed +65
-97
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const nextConfig = {
3
3
poweredByHeader : false ,
4
4
output : "standalone" ,
5
5
transpilePackages : [ "@example/shared" ] ,
6
+ outputFileTracing : "../sst" ,
6
7
experimental : {
7
8
serverActions : true ,
8
9
} ,
Original file line number Diff line number Diff line change 8
8
"build" : " next build" ,
9
9
"start" : " next start --port 3003" ,
10
10
"lint" : " next lint" ,
11
- "clean" : " rm -rf .turbo && rm -rf node_modules "
11
+ "clean" : " rm -rf .turbo node_modules .next .open-next "
12
12
},
13
13
"dependencies" : {
14
14
"open-next" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const nextConfig = {
3
3
poweredByHeader : false ,
4
4
output : "standalone" ,
5
5
transpilePackages : [ "@example/shared" ] ,
6
+ outputFileTracing : "../sst" ,
6
7
experimental : {
7
8
serverActions : true ,
8
9
} ,
Original file line number Diff line number Diff line change 8
8
"build" : " next build" ,
9
9
"start" : " next start --port 3001" ,
10
10
"lint" : " next lint" ,
11
- "clean" : " rm -rf .turbo && rm -rf node_modules "
11
+ "clean" : " rm -rf .turbo node_modules .next .open-next "
12
12
},
13
13
"dependencies" : {
14
14
"open-next" : " workspace:*" ,
Original file line number Diff line number Diff line change 2
2
const nextConfig = {
3
3
transpilePackages : [ "@example/shared" ] ,
4
4
reactStrictMode : true ,
5
+ output : "standalone" ,
6
+ outputFileTracing : "../sst" ,
5
7
} ;
6
8
7
9
module . exports = nextConfig ;
Original file line number Diff line number Diff line change 8
8
"build" : " next build" ,
9
9
"start" : " next start --port 3002" ,
10
10
"lint" : " next lint" ,
11
- "clean" : " rm -rf .turbo && rm -rf node_modules "
11
+ "clean" : " rm -rf .turbo node_modules .next .open-next "
12
12
},
13
13
"dependencies" : {
14
14
"@next/font" : " 13.4.16" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @open-next/utils" ,
3
3
"version" : " 0.0.0" ,
4
+ "private" : true ,
4
5
"exports" : {
5
6
"." : " ./dist/index.js" ,
6
7
"./binary" : " ./dist/binary.js" ,
You can’t perform that action at this time.
0 commit comments