File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2525 # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
2626 app_location : ' /' # App source code path
2727 api_location : ' ' # Api source code path - optional
28- output_location : ' out' # Built app content directory - optional
28+ output_location : ' / out' # Built app content directory - optional
2929 # ##### End of Repository/Build Configurations ######
3030
3131 close_pull_request_job :
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,6 +15,7 @@ const config = {
1515 return [ ] ;
1616 } ,
1717 output : "export" ,
18+ distDir : "./out" ,
1819} ;
1920
2021module . exports = config ;
Original file line number Diff line number Diff line change 88 },
99 "license" : " AGPL-3.0" ,
1010 "engines" : {
11- "node" : " ^22.13.0 "
11+ "node" : " ^20.18.3 "
1212 },
1313 "repository" : {
1414 "type" : " git" ,
1515 "url" : " git@github.com:KelvinTegelaar/CIPP.git"
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