File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ yarn-debug.log*
2626yarn-error.log *
2727
2828# vscode debug logs
29- debug.log
29+ debug.log
30+ app.log
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const config = {
1515 return [ ] ;
1616 } ,
1717 output : "export" ,
18- distDir : "/out" ,
18+ distDir : ". /out" ,
1919} ;
2020
2121module . exports = config ;
Original file line number Diff line number Diff line change 1616 },
1717 "scripts" : {
1818 "dev" : " next -H 127.0.0.1" ,
19- "build" : " next build" ,
19+ "build" : " next build && rm -rf package.json yarn.lock " ,
2020 "start" : " next start" ,
2121 "export" : " next export" ,
2222 "lint" : " next lint" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 7.4.0 "
2+ "version" : " 7.4.1 "
33}
You can’t perform that action at this time.
0 commit comments